summaryrefslogtreecommitdiff
path: root/home-manager/default.nix
blob: 8d9c722f36ceeac7f18aa7c1cdea940bfefabe5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	imports = [
		./firefox.nix
		./fontconfig.nix
		./gammastep.nix
		./home-cleanup.nix
		./htop.nix
		./mint-theme.nix
		./neovim.nix
		./pcmanfm.nix
		./qt-gtk-theme.nix
		./theme-st.nix
		./wallpapers.nix
		./xdg-mime.nix
	];

	# Let Home Manager install and manage itself.
	programs.home-manager.enable = true;
}