summaryrefslogtreecommitdiff
path: root/modules/hosts/hp-envy-office/home.nix
blob: 2e4f61f1e3d16c02b2a494158294d6787af1ba54 (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.userDirs; [
		"file://${documents}/src/sites/admin Admin"
		"file:///media/chexx/chexx cHEXx"
	];
}