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