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

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