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