spec(reimaden): add plasma specialisation
This commit is contained in:
parent
492bfd5fb0
commit
4884b88a5f
1 changed files with 11 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue