Compare commits
2 commits
841da5df5f
...
85a2f7327a
Author | SHA1 | Date | |
---|---|---|---|
85a2f7327a | |||
0ef4231038 |
2 changed files with 7 additions and 3 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";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
emoji = ["Twitter Color Emoji"];
|
||||
};
|
||||
|
||||
hinting.style = "hintfull";
|
||||
hinting.style = "full";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue