From 1b4943b56622511ea29d495fcab5f8f0d9a2fcee Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 1 Jul 2024 13:07:22 -0700 Subject: [PATCH] Revert "dconf enable and qt theme in theme.nix" This reverts commit 17fea084aa0f4f85f4efd08452c204a0789d6539. oops, tried moving a config.nix to a home.nix --- home/modules/theme.nix | 4 ---- hosts/snowhawk/configuration.nix | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) 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;