gtk: update font & add iconTheme
This commit is contained in:
parent
bd6a277b96
commit
a2e518cf3b
1 changed files with 6 additions and 2 deletions
|
@ -10,12 +10,16 @@
|
|||
gtk = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "Monaspace Krypton";
|
||||
package = pkgs.monaspace;
|
||||
name = "Noto Sans";
|
||||
size = 10;
|
||||
};
|
||||
theme = {
|
||||
name = "Tokyonight-Dark-BL";
|
||||
package = pkgs.tokyo-night-gtk;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Papirus";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue