blob: c1a105fd627eba0dbabb1693f10f47b12e1a9750 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
imports = [
./clone-repos.nix
./firefox.nix
./fontconfig.nix
./home-cleanup.nix
./htop.nix
./mint-theme.nix
./pcmanfm.nix
./qt-gtk-theme.nix
./redshift.nix
./theme-st.nix
./wallpapers.nix
./xdg-mime.nix
];
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}
|