diff options
Diffstat (limited to 'sif.nix')
-rw-r--r-- | sif.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -87,6 +87,11 @@ | |||
87 | enable = true; | 87 | enable = true; |
88 | }; | 88 | }; |
89 | 89 | ||
90 | windowManager = { | ||
91 | default = "xmonad"; | ||
92 | xmonad.enable = true; | ||
93 | }; | ||
94 | |||
90 | wacom.enable = true; | 95 | wacom.enable = true; |
91 | multitouch.enable = true; | 96 | multitouch.enable = true; |
92 | libinput.enable = true; | 97 | libinput.enable = true; |