spec(shinkirou): enable plasma specialisation
This commit is contained in:
parent
e8b3f6c14c
commit
11981bd90a
1 changed files with 7 additions and 0 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue