summaryrefslogtreecommitdiff
path: root/modules/hosts/T495/home.nix
blob: 817b0c03c02ac8c04918c4cf77072cef58287266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }: {
	imports = [ ../../home ];

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

	home.file.input-leap-config = {
		source = ./resources/input-leap;
		recursive = true;
		target = "./.config/input-leap";
	};
}