blob: 6b0be877650b0abeafbf1c42ba8a820ce221eb8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
imports = [
./clone-repos.nix
./firefox.nix
./fontconfig.nix
./home-cleanup.nix
./htop.nix
./mint-theme.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;
}
|