aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-11-16 12:43:59 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-11-16 12:43:59 -0800
commit132090fd60f1612ae58a6745dc9e6169fe0f045c (patch)
treef0d620a72297ee22279facf2d8f92de513d465d1 /home
parent71acf9219dd36cdc4ae0d6660f92c9e610949ad3 (diff)
downloadnix-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
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/common/optional/desktops/gtk.nix2
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";
#};