summaryrefslogtreecommitdiff
path: root/modules/hosts/hp-envy-office/home.nix
blob: ed0213012fbc19163fe1de9c75c664f9cb194c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ userDetails, ... }: {
	imports = [ ../../home ];

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

	additional-gtk-bookmarks = with userDetails; [
		"file://${home.documents}/src/sites/admin Admin"
		"file:///media/chexx/chexx cHEXx"
	];
}