hm: catppuccin-gtk has been archived, so just use gtk dark theme

This commit is contained in:
Alexandre Cavalheiro 2024-06-24 03:21:58 -03:00
parent 8264555760
commit 2ea6d797b4
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -250,13 +250,12 @@
gtk = { gtk = {
enable = true; enable = true;
theme = { gtk3.extraConfig = {
name = "Catppuccin-Frappe-Standard-Lavender-Dark"; gtk-application-prefer-dark-theme = true;
package = pkgs.catppuccin-gtk.override { };
accents = [ "lavender" ];
tweaks = [ "rimless" ]; gtk4.extraConfig = {
variant = "frappe"; gtk-application-prefer-dark-theme = true;
};
}; };
iconTheme = { iconTheme = {