summaryrefslogtreecommitdiff
path: root/hosts/muhammed/home/default.nix
blob: 9eb78bc06174443ecc8419d3f0f8f26f30d265dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Here we extend the HM user defined in `home/default.nix`. All the global HM
# stuff is defined in there.
{...}: {
  home-manager.users.linus = {
    imports = [
      ./iterm2
      ./noweb
      ./neovim
      ./dev-utils
      ./misc-utils
      ./qbittorrent
    ];
  };
}