Lilim is dead. Long live Lilim!

This commit is contained in:
Kevin Baensch 2019-09-29 08:09:26 +02:00
parent 134000b409
commit 8606d37717
5 changed files with 20 additions and 65 deletions

View file

@ -44,7 +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;
};
# add switch for Lilim
multitouch = {
enable = true;
invertScroll = true;
@ -56,8 +55,5 @@ in mkIf (elem "desktop" cfg.services) {
naturalScrolling = false;
horizontalScrolling = true;
};
# Still waiting for streamlined dpi settings... will write a propper solution once it's done >.<
# see https://github.com/NixOS/nixpkgs/pull/25892
dpi = ifelse (cfg.hostName == "Lilim") 192 null;
};
}