hm: catppuccin-gtk has been archived, so just use gtk dark theme
This commit is contained in:
parent
8264555760
commit
2ea6d797b4
|
@ -250,13 +250,12 @@
|
|||
gtk = {
|
||||
enable = true;
|
||||
|
||||
theme = {
|
||||
name = "Catppuccin-Frappe-Standard-Lavender-Dark";
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
accents = [ "lavender" ];
|
||||
tweaks = [ "rimless" ];
|
||||
variant = "frappe";
|
||||
gtk3.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
|
||||
gtk4.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
|
||||
iconTheme = {
|
||||
|
|
Loading…
Reference in a new issue