remove(stylix): favors matugen

This commit is contained in:
kenji
2025-12-30 19:42:42 -06:00
parent 6eef6108c4
commit 475c870c37
10 changed files with 191 additions and 343 deletions
+15
View File
@@ -16,6 +16,21 @@
recursive = true;
};
# GTK theming with adw-gtk3 and Matugen colors
gtk = {
enable = true;
theme = {
name = "adw-gtk3-dark";
package = pkgs.adw-gtk3;
};
iconTheme = {
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
gtk3.extraCss = ''@import url("colors.css");'';
gtk4.extraCss = ''@import url("colors.css");'';
};
programs.ghostty.settings.theme = "matugen";
programs.starship.enable = true;
wayland.windowManager.hyprland.settings.source = ["./matugen.conf"];