aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/nipsy/common/optional/desktops/gtk.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix
index 1f776e8..14be192 100644
--- a/home/nipsy/common/optional/desktops/gtk.nix
+++ b/home/nipsy/common/optional/desktops/gtk.nix
@@ -1,8 +1,11 @@
+{ pkgs, ... }:
{
dconf.settings = {
"org/gnome/desktop/interface".color-scheme = "prefer-dark";
};
+ home.packages = [ pkgs.dconf ];
+
#home.sessionVariables = {
# GTK_THEME = "Adwaita:dark";
#};