summaryrefslogtreecommitdiff
path: root/modules/hosts/libreX60/home.nix
blob: 453bfd63afbdea788ded42b8f8444370e046f169 (plain)
1
2
3
4
5
6
7
8
{ ... }: {
	imports = [ ../../home ];

	theme.mint.theme.color = "Dark-Red";
	theme.mint.icons.color = "Red";
	theme.font.sansSerif = "Tamzen";
	theme.font.monospace = "Tamzen";
}