removed trace pring of self

This commit is contained in:
Sebastian Moser
2023-10-31 18:10:14 +01:00
parent 8717bc0c91
commit e7e76fed18

View File

@@ -69,9 +69,7 @@
# xmonad # xmonad
services.xserver.windowManager.xmonad = { services.xserver.windowManager.xmonad = {
#enable = true; enable = true;
#config = builtins.toPath "${self}/misc/xmonad.hs";
enable = builtins.trace "this is self ${self}" true;
config = builtins.readFile "${self}/misc/xmonad.hs"; config = builtins.readFile "${self}/misc/xmonad.hs";
#config = "${confDir}/misc/xmo"; #config = "${confDir}/misc/xmo";