feat(reimaden): add plasma specialisation

This commit is contained in:
514fpv 2024-05-13 09:23:43 +08:00
parent 3caa5e9500
commit d2063ee7cf
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -20,6 +20,17 @@
steam.enable = true; 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.enable = true;
powerManagement.cpuFreqGovernor = "powersave"; powerManagement.cpuFreqGovernor = "powersave";
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ]; boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];