diff --git a/home/modules/theme.nix b/home/modules/theme.nix index 5178ab6..2206509 100644 --- a/home/modules/theme.nix +++ b/home/modules/theme.nix @@ -29,7 +29,6 @@ in }; # Set system dark mode - programs.dconf.enable = true; dconf.settings = { "org/freedesktop/appearance" = { color-scheme = 1; @@ -39,9 +38,6 @@ in }; }; - # I think I need a gtk theme? gnome-keyring - qt.platformTheme = "gtk2"; - home.pointerCursor = lib.mkIf cfg.cursor ( let diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 74dafff..7a5b039 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -69,6 +69,11 @@ services.gnome.gnome-keyring.enable = true; + programs.dconf.enable = true; + + # I think I need a gtk theme? gnome-keyring + qt.platformTheme = "gtk2"; + # Enable automatic login for the user. services.displayManager.autoLogin = { enable = true;