fixed dwm

This commit is contained in:
Charlie Root 2024-04-14 14:35:10 +02:00
commit 3f88de4555
10 changed files with 11 additions and 6 deletions

View file

@ -2,7 +2,7 @@ _: {
imports = [
./home-manager.nix
./system.nix
# ./xdg.nix
./xdg.nix
./displaymanager.nix
];
}

View file

@ -63,7 +63,6 @@ in {
atexit.register(write_history)
'';
xdg = {
cacheHome = "${hmCfg.home.homeDirectory}/.cache";
configHome = "${hmCfg.home.homeDirectory}/.config";