fixed dwm
This commit is contained in:
parent
056a201ce8
commit
3f88de4555
10 changed files with 11 additions and 6 deletions
|
@ -2,7 +2,7 @@ _: {
|
|||
imports = [
|
||||
./home-manager.nix
|
||||
./system.nix
|
||||
# ./xdg.nix
|
||||
./xdg.nix
|
||||
./displaymanager.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -63,7 +63,6 @@ in {
|
|||
|
||||
atexit.register(write_history)
|
||||
'';
|
||||
|
||||
xdg = {
|
||||
cacheHome = "${hmCfg.home.homeDirectory}/.cache";
|
||||
configHome = "${hmCfg.home.homeDirectory}/.config";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue