Install dconf on all machines
This commit is contained in:
parent
d9566a2d24
commit
5476c4b01e
|
@ -37,9 +37,6 @@ in
|
|||
# copy the secret into the additional initramfs. `null` means same path
|
||||
boot.initrd.secrets."${secretsFile}" = null;
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
||||
networking.hostName = "jimbo"; # Define your hostname.
|
||||
|
||||
# Set your time zone.
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
../users/fleaz.nix
|
||||
];
|
||||
|
||||
# GTK settings stuff for e.g. themes
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
||||
# Temporary hacks that don't deserve their own module
|
||||
|
||||
|
|
Loading…
Reference in a new issue