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