blob: 03b559d3b660f07a84abccb339fb7ec8ccc69673 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ ... }: {
imports = [ ../../home ];
theme = {
mint.theme.color = "Dark-Teal";
mint.icons.color = "Teal";
font = {
monospace = "TamzenForPowerline";
gtk.name = "monospace";
gtk.size = 8;
};
cursor.size = 24;
st = {
enable = true;
font = "TamzenForPowerline:pixelsize=14";
};
};
}
|