diff options
Diffstat (limited to 'modules/home-manager/default.nix')
-rw-r--r-- | modules/home-manager/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix new file mode 100644 index 0000000..3eb61a1 --- /dev/null +++ b/modules/home-manager/default.nix @@ -0,0 +1,6 @@ +# 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; +} |