summaryrefslogtreecommitdiff
path: root/hosts/optiplex/home.nix
blob: d293ae08be847a19d885bda3bfdf4a6a5ce5dab9 (plain)
1
2
3
4
5
6
7
{ ... }: {
	imports = [ ../../home-manager ];

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