From 5476c4b01e9140fc890a28123e2bdfa9e46410a7 Mon Sep 17 00:00:00 2001 From: fleaz Date: Tue, 19 Apr 2022 21:44:30 +0200 Subject: [PATCH] Install dconf on all machines --- machines/jimbo/configuration.nix | 3 --- roles/all.nix | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/machines/jimbo/configuration.nix b/machines/jimbo/configuration.nix index 5ff55d8..8f0d228 100644 --- a/machines/jimbo/configuration.nix +++ b/machines/jimbo/configuration.nix @@ -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. diff --git a/roles/all.nix b/roles/all.nix index fafc104..de210ba 100644 --- a/roles/all.nix +++ b/roles/all.nix @@ -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