fix changed options
This commit is contained in:
parent
28fa70ef0f
commit
41f1843e59
@ -12,7 +12,7 @@
|
|||||||
../common-gui.nix
|
../common-gui.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.trustedUsers = [ "root" "paul" ];
|
nix.settings.trusted-users = [ "root" "paul" ];
|
||||||
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
|
@ -50,6 +50,6 @@
|
|||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
nix.maxJobs = lib.mkDefault 12;
|
nix.settings.max-jobs = lib.mkDefault 12;
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
ark
|
ark
|
||||||
kate
|
kate
|
||||||
kmail
|
kmail
|
||||||
kdeconnect
|
plasma5Packages.kdeconnect-kde
|
||||||
okular
|
okular
|
||||||
yakuake
|
yakuake
|
||||||
konversation
|
konversation
|
||||||
|
Loading…
Reference in New Issue
Block a user