feat(reimaden): add plasma specialisation
This commit is contained in:
parent
3caa5e9500
commit
d2063ee7cf
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue