diff options
| -rw-r--r-- | sif.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -112,7 +112,7 @@ | |||
| 112 | }; | 112 | }; |
| 113 | 113 | ||
| 114 | displayManager.setupCommands = '' | 114 | displayManager.setupCommands = '' |
| 115 | ${pkgs.xinput}/bin/xinput disable 'SynPS/2 Synaptics TouchPad' | 115 | ${pkgs.xorg.xinput}/bin/xinput disable 'SynPS/2 Synaptics TouchPad' |
| 116 | ''; | 116 | ''; |
| 117 | 117 | ||
| 118 | desktopManager.xterm.enable = true; | 118 | desktopManager.xterm.enable = true; |
