Attempt at XMonad dev environment
This commit is contained in:
parent
e072bf4c45
commit
c4551b3839
|
@ -73,7 +73,10 @@ in {
|
|||
autoRepeatInterval = 16;
|
||||
windowManager = {
|
||||
windowmaker.enable = true;
|
||||
xmonad.enable = true;
|
||||
xmonad = {
|
||||
enable = true;
|
||||
extraPackages = h: with h; [ xmonad-contrib ];
|
||||
};
|
||||
};
|
||||
displayManager.lightdm = {
|
||||
enable = cfg.lightdm.enable;
|
||||
|
|
Loading…
Reference in a new issue