summaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/default.nix')
-rw-r--r--modules/home-manager/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix
index 3eb61a1..fc8366d 100644
--- a/modules/home-manager/default.nix
+++ b/modules/home-manager/default.nix
@@ -3,4 +3,5 @@
# goes in home/ instead.
{
iterm2 = import ./iterm2;
+ git-credential-lastpass = import ./git-credential-lastpass;
}