summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sif.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index 6f61bbfc..e20262b3 100644
--- a/sif.nix
+++ b/sif.nix
@@ -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;