blob: 21b648039d2578a969b7708aaa935ffe17f74c37 (
plain)
1
2
3
4
5
6
7
8
9
|
{ ... }: {
imports = [ ../../home ];
theme.mint.theme.color = "Dark-Red";
theme.mint.icons.color = "Red";
theme.font.monospace = "Tamzen";
theme.font.gtk.name = "monospace";
theme.font.gtk.size = 8;
}
|