This commit is contained in:
parent
0ef4231038
commit
85a2f7327a
1 changed files with 6 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue