From b8abe6f711fdbc17df7df017a6ffc97fb3536dd8 Mon Sep 17 00:00:00 2001 From: Eclypsed Date: Sun, 7 Dec 2025 23:48:40 -0500 Subject: [PATCH] Updated GTK styling --- modules/home/stylix.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/home/stylix.nix b/modules/home/stylix.nix index 5fbf962..9fffb09 100644 --- a/modules/home/stylix.nix +++ b/modules/home/stylix.nix @@ -21,6 +21,7 @@ }; targets = { ghostty.enable = true; + gtk.enable = true; firefox = { enable = true; profileNames = [ "eclypse" ]; @@ -40,4 +41,13 @@ package = pkgs.catppuccin-cursors.mochaDark; size = 16; }; + + gtk = { + enable = true; + colorScheme = "dark"; + iconTheme = { + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; + }; + }; }