feat(shinkirou): enable plasma specialisation

This commit is contained in:
514fpv 2024-05-14 10:21:10 +08:00
parent 829610dd10
commit f9494546a2
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -14,6 +14,7 @@
}; };
home = { home = {
plasma.specialise = true;
gyroflow.enable = true; gyroflow.enable = true;
vscode.enable = true; vscode.enable = true;
libreoffice.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.enable = true;
powerManagement.cpuFreqGovernor = "performance"; powerManagement.cpuFreqGovernor = "performance";
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ]; boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];