Updated GTK styling

This commit is contained in:
2025-12-07 23:48:40 -05:00
parent 70fd1d8fae
commit b8abe6f711

View File

@@ -21,6 +21,7 @@
}; };
targets = { targets = {
ghostty.enable = true; ghostty.enable = true;
gtk.enable = true;
firefox = { firefox = {
enable = true; enable = true;
profileNames = [ "eclypse" ]; profileNames = [ "eclypse" ];
@@ -40,4 +41,13 @@
package = pkgs.catppuccin-cursors.mochaDark; package = pkgs.catppuccin-cursors.mochaDark;
size = 16; size = 16;
}; };
gtk = {
enable = true;
colorScheme = "dark";
iconTheme = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
};
};
} }