summaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
blob: fc8366d8c94c6b6e921e779fedf6d1cfe0b2a233 (plain)
1
2
3
4
5
6
7
# This file indexes all home manager modules. Note that there is no
# general/personal distinction here, as all personal home-manager configuration
# goes in home/ instead.
{
  iterm2 = import ./iterm2;
  git-credential-lastpass = import ./git-credential-lastpass;
}