set systemd shutdown timeout to 7s
This commit is contained in:
parent
ae956898d9
commit
930acac8d2
2 changed files with 8 additions and 2 deletions
6
kde.nix
6
kde.nix
|
|
@ -22,8 +22,10 @@
|
|||
khelpcenter
|
||||
];
|
||||
|
||||
programs.dconf.enable = true;
|
||||
programs.partition-manager.enable = true;
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
partition-manager.enable = true;
|
||||
};
|
||||
|
||||
home-manager.users.vinzenz = {
|
||||
config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue