This commit is contained in:
parent
0ef4231038
commit
85a2f7327a
1 changed files with 6 additions and 2 deletions
|
@ -9,11 +9,15 @@
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font.name = "jost";
|
font = {
|
||||||
|
name = "jost";
|
||||||
|
package = pkgs.jost;
|
||||||
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Mocha-Standard-Pink-Dark";
|
name = "Catppuccin-Mocha-Standard-Pink-dark";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.catppuccin-gtk.override {
|
||||||
accents = ["pink"];
|
accents = ["pink"];
|
||||||
|
size = "standard";
|
||||||
variant = "mocha";
|
variant = "mocha";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue