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 = { gtk = {
enable = true; enable = true;
font = { font = {
name = "Monaspace Krypton"; name = "Noto Sans";
package = pkgs.monaspace; size = 10;
}; };
theme = { theme = {
name = "Tokyonight-Dark-BL"; name = "Tokyonight-Dark-BL";
package = pkgs.tokyo-night-gtk; package = pkgs.tokyo-night-gtk;
}; };
iconTheme = {
name = "Papirus";
package = pkgs.papirus-icon-theme;
};
}; };
} }