even more fixes for hpm

This commit is contained in:
Sebastian Moser
2023-10-31 16:27:08 +00:00
parent 91f23c5632
commit f9cb050b5b
4 changed files with 6 additions and 5 deletions

View File

@@ -69,9 +69,11 @@
# xmonad
services.xserver.windowManager.xmonad = {
enable = true;
#enable = true;
#config = builtins.toPath "${self}/misc/xmonad.hs";
config = builtins.readFile (self + /misc/xmonad.hs);
enable = builtins.trace "this is self ${self}" true;
config = builtins.readFile "${self} + /misc/xmonad.hs";
#config = "${confDir}/misc/xmo";
enableContribAndExtras = true;
extraPackages = hpkgs: [