summaryrefslogtreecommitdiff
path: root/modules/hosts/T495/home.nix
blob: cf869905362269c4e1085ba537bb991b8b3050af (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;
	}
}