diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-11-16 12:43:09 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-11-16 12:43:09 -0800 |
| commit | 71acf9219dd36cdc4ae0d6660f92c9e610949ad3 (patch) | |
| tree | 67a66cc3db19a47d04874aef1f460c2d109c7918 | |
| parent | 8668fe0af77ed724f4657c5bc3b0dbcecf5d4db1 (diff) | |
| download | nix-71acf9219dd36cdc4ae0d6660f92c9e610949ad3.tar nix-71acf9219dd36cdc4ae0d6660f92c9e610949ad3.tar.gz nix-71acf9219dd36cdc4ae0d6660f92c9e610949ad3.tar.bz2 nix-71acf9219dd36cdc4ae0d6660f92c9e610949ad3.tar.lz nix-71acf9219dd36cdc4ae0d6660f92c9e610949ad3.tar.xz nix-71acf9219dd36cdc4ae0d6660f92c9e610949ad3.tar.zst nix-71acf9219dd36cdc4ae0d6660f92c9e610949ad3.zip | |
Add dconf back to home-manager
Diffstat (limited to '')
| -rw-r--r-- | home/nipsy/common/optional/desktops/gtk.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix index a9f445b..14be192 100644 --- a/home/nipsy/common/optional/desktops/gtk.nix +++ b/home/nipsy/common/optional/desktops/gtk.nix @@ -4,6 +4,8 @@ "org/gnome/desktop/interface".color-scheme = "prefer-dark"; }; + home.packages = [ pkgs.dconf ]; + #home.sessionVariables = { # GTK_THEME = "Adwaita:dark"; #}; |
