feat(shinkirou): enable plasma specialisation
This commit is contained in:
parent
829610dd10
commit
f9494546a2
|
@ -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…
Reference in a new issue