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

	theme.mint.theme.color = "Dark-Purple";
	theme.mint.icons.color = "Purple";

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