some things
This commit is contained in:
parent
cf27417b40
commit
1b8bee2df6
9 changed files with 252 additions and 25 deletions
|
@ -43,11 +43,18 @@ in
|
|||
enableKwallet = true;
|
||||
};
|
||||
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=10s
|
||||
DefaultTimeoutStartSec=10s
|
||||
'';
|
||||
|
||||
systemd = {
|
||||
oomd = {
|
||||
enable = true;
|
||||
enableRootSlice = true;
|
||||
enableUserSlices = true;
|
||||
enableSystemSlice = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
DefaultTimeoutStopSec=10s
|
||||
DefaultTimeoutStartSec=10s
|
||||
'';
|
||||
};
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.victor-mono
|
||||
noto-fonts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue