gtk: update font & add iconTheme

This commit is contained in:
notohh 2024-02-05 21:25:24 -05:00
parent bd6a277b96
commit a2e518cf3b
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;
};
};
}