{ ... }: { imports = [ ./personal.nix ./desktop/plasma/default.nix ]; programs.plasma = { # input.touchpads = [ # { # disableWhileTyping = true; # enable = true; # name = "SYNA32AA:00 06CB:CE17 Touchpad"; # naturalScroll = true; # productId = "52759"; # tapToClick = true; # vendorId = "1739"; # } # ]; configFile = { bluedevilglobalrc.Global.launchState.value = "disable"; }; }; }