aoife add dconf

This commit is contained in:
Vivian 2022-11-29 12:58:52 +01:00
parent eb4a55ac76
commit 669b18acd2
2 changed files with 65 additions and 12 deletions

View file

@ -11,18 +11,9 @@ in {
home.homeDirectory = "/home/victor";
home.stateVersion = "23.05";
# # make sure applications show up in Gnome
# home.activation = {
# linkDesktopApplications = {
# after = [ "writeBoundary" "createXdgUserDirectories" ];
# before = [ ];
# data = ''
# rm -rf ${config.xdg.dataHome}/"applications/home-manager"
# mkdir -p ${config.xdg.dataHome}/"applications/home-manager"
# cp -Lr /etc/profiles/per-user/${config.home.username}/share/applications/* ${config.xdg.dataHome}/"applications/home-manager/"
# '';
# };
# };
imports = [
./dconf.nix
];
home.packages = with pkgs; [
btop