diff options
author | Ben Sima <ben@bsima.me> | 2018-11-09 11:10:58 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-09 11:10:58 -0800 |
commit | fa47b22aa64c86dc369fdc0cbb60e90eaeca1e75 (patch) | |
tree | 9e92974e58e50425a9cac3eb8ca9693ced9934a6 /.gitmodules | |
parent | 55e5afc345b4376778979807f2c8d4992ebb437e (diff) |
Machine-specific home.nix, install from git repo instead of tarball
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4ca08de..fbea7c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "xresources"] path = xresources url = git@github.com:bsima/xresources.git +[submodule "home-manager"] + path = home-manager + url = git@github.com:rycee/home-manager.git |