blob: f2b2cf3faee47b1cec4285e17799ba4a3a0976e9 (
plain)
1
2
3
4
5
6
7
8
|
# 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;
assert-valid-neovim-config = import ./assert-valid-neovim-config;
}
|