gtk: fix theme
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-06-25 11:03:41 -04:00
parent 0ef4231038
commit 85a2f7327a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -9,11 +9,15 @@
gtk = {
enable = true;
font.name = "jost";
font = {
name = "jost";
package = pkgs.jost;
};
theme = {
name = "Catppuccin-Mocha-Standard-Pink-Dark";
name = "Catppuccin-Mocha-Standard-Pink-dark";
package = pkgs.catppuccin-gtk.override {
accents = ["pink"];
size = "standard";
variant = "mocha";
};
};