Fix breakage after switching back from git to unstable channel.

This commit is contained in:
Kevin Baensch 2019-12-18 09:49:39 +01:00
parent bf80718916
commit 627a45c070
Signed by: derped
GPG key ID: C0F1D326C7626543
3 changed files with 6 additions and 10 deletions

View file

@ -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;