even more more more more fixes for hpm

This commit is contained in:
Sebastian Moser
2023-10-31 16:34:24 +00:00
parent e9e033bcd9
commit 2fd2b3d492

View File

@@ -73,7 +73,7 @@
#config = builtins.toPath "${self}/misc/xmonad.hs";
enable = builtins.trace "this is self ${self}" true;
config = "${self}" + /misc/xmonad.hs;
config = builtins.readFile "${self}/misc/xmonad.hs";
#config = "${confDir}/misc/xmo";
enableContribAndExtras = true;
extraPackages = hpkgs: [