From f9494546a20b22e05c7178f087d00ae3be3e0e6f Mon Sep 17 00:00:00 2001 From: 514fpv Date: Tue, 14 May 2024 10:21:10 +0800 Subject: [PATCH] feat(shinkirou): enable plasma specialisation --- spec/shinkirou/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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" ];