general: enable dconf on all platforms
This commit is contained in:
parent
6de4d0bd81
commit
ff69b90dfe
2 changed files with 2 additions and 2 deletions
|
@ -61,6 +61,8 @@ in {
|
|||
enableNotifications = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
# Coredumps are a security risk and may use up a lot of disk space
|
||||
systemd.coredump.extraConfig = ''
|
||||
|
|
|
@ -16,7 +16,5 @@ in {
|
|||
};
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
programs.dconf.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue