From 2c277add18ad47a39815497d9ad14e028a15527c Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 19 Jan 2026 11:03:22 -0800 Subject: Redo HM GTK configuration --- home/nipsy/common/optional/desktops/gtk.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix index f59c98f..1c8ad3d 100644 --- a/home/nipsy/common/optional/desktops/gtk.nix +++ b/home/nipsy/common/optional/desktops/gtk.nix @@ -1,3 +1,4 @@ +{ pkgs, ... }: { dconf.settings."org/gnome/desktop/interface" = { color-scheme = "prefer-dark"; @@ -5,7 +6,15 @@ gtk = { enable = true; - iconTheme.name = "Adwaita"; - theme.name = "Adwaita-dark"; + + iconTheme = { + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; + }; + + theme = { + name = "Adwaita-dark"; + package = pkgs.gnome-themes-extra; + }; }; } -- cgit v1.2.3