Fix breakage after switching back from git to unstable channel.
This commit is contained in:
parent
bf80718916
commit
627a45c070
3 changed files with 6 additions and 10 deletions
|
@ -44,10 +44,6 @@ in mkIf (elem "desktop" cfg.services) {
|
|||
i3 = mkIf (elem "i3" cfg.desktop.wms) (import ./desktop/i3.nix { inherit pkgs; });
|
||||
default = elemAt cfg.desktop.wms 0;
|
||||
};
|
||||
multitouch = {
|
||||
enable = true;
|
||||
invertScroll = true;
|
||||
};
|
||||
libinput = {
|
||||
enable = true;
|
||||
tapping = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue