summaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-10-07 23:18:57 +0200
committerLinnnus <[email protected]>2023-10-08 13:14:15 +0200
commit4c823f476744aff1c9ec6661d8254f1a63865b40 (patch)
tree32fbb4f7219351544d318eb6dadbd969ef24b9ba /modules/home-manager/default.nix
parent0d3dfdeb6d2166ed394a15c3899ad9a1cccbfc59 (diff)
Use git-credential-lastpass
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;
}