diff --git a/spec/shinkirou/default.nix b/spec/shinkirou/default.nix index d93f5920..c2c87fd6 100644 --- a/spec/shinkirou/default.nix +++ b/spec/shinkirou/default.nix @@ -14,6 +14,7 @@ }; home = { + plasma.specialise = true; gyroflow.enable = true; vscode.enable = true; libreoffice.enable = true; @@ -33,6 +34,12 @@ }; } ]; + home.plasma.extraConfig = { + configFile = { + kcminputrc."Libinput/2362/597/UNIW0001:00 093A:0255 Touchpad".NaturalScroll = true; + }; + }; + powerManagement.enable = true; powerManagement.cpuFreqGovernor = "performance"; boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];