even more more more more fixes for hpm
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
#config = builtins.toPath "${self}/misc/xmonad.hs";
|
#config = builtins.toPath "${self}/misc/xmonad.hs";
|
||||||
enable = builtins.trace "this is self ${self}" true;
|
enable = builtins.trace "this is self ${self}" true;
|
||||||
|
|
||||||
config = "${self}" + /misc/xmonad.hs;
|
config = builtins.readFile "${self}/misc/xmonad.hs";
|
||||||
#config = "${confDir}/misc/xmo";
|
#config = "${confDir}/misc/xmo";
|
||||||
enableContribAndExtras = true;
|
enableContribAndExtras = true;
|
||||||
extraPackages = hpkgs: [
|
extraPackages = hpkgs: [
|
||||||
|
|||||||
Reference in New Issue
Block a user