summaryrefslogtreecommitdiff
path: root/modules/hosts/hp-envy-office/home.nix
blob: ee56dc65bb34e3f2b68bd474e1d46549e4a51e9e (plain)
1
2
3
4
5
6
7
{ ... }: {
	imports = [ ../../home ];

	theme.mint.theme.color = "Dark-Green";
	theme.mint.icons.color = "Green";
	wallpapers.enable = true;
}