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; + }; + }; }