spec(reimaden): add plasma specialisation

This commit is contained in:
514fpv 2024-05-13 09:23:43 +08:00
parent 7a4eb3381e
commit 9969ae6034
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

View file

@ -20,6 +20,17 @@
steam.enable = true;
};
specialisation.plasma = {
configuration = {
home.plasma.enable = true;
home.plasma.extraConfig = {
configFile = {
kcminputrc."Libinput/2362/597/UNIW0001:00 093A:0255 Touchpad".NaturalScroll = true;
};
};
};
};
powerManagement.enable = true;
powerManagement.cpuFreqGovernor = "powersave";
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];