Install dconf on all machines

This commit is contained in:
fleaz 2022-04-19 21:44:30 +02:00
parent d9566a2d24
commit 5476c4b01e
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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