summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index c9a4f422..4c6982e8 100644
--- a/sif.nix
+++ b/sif.nix
@@ -111,6 +111,13 @@
111 }; 111 };
112 }; 112 };
113 113
114 displayManager.setupCommands = ''
115 ${pkgs.xinput}/bin/xinput disable 'SynPS/2 Synaptics TouchPad'
116 '';
117
118 desktopManager.xterm.enable = true;
119 windowManager.twm.enable = true;
120
114 wacom.enable = true; 121 wacom.enable = true;
115 multitouch.enable = true; 122 multitouch.enable = true;
116 libinput.enable = true; 123 libinput.enable = true;