summaryrefslogtreecommitdiff
path: root/modules/hosts/libreX60/home.nix
blob: 01496db1e69131af55b927dbb0f282c6525b023e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ ... }: {
	imports = [ ../../home ];

	theme = {
		mint.theme.color = "Dark-Red";
		mint.icons.color = "Red";
		font = {
			monospace = "Tamzen";
			gtk.name = "monospace";
			gtk.size = 8;
		};
		cursor.size = 24;
	};
}