From 4c823f476744aff1c9ec6661d8254f1a63865b40 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 7 Oct 2023 23:18:57 +0200 Subject: Use git-credential-lastpass --- modules/home-manager/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home-manager/default.nix') 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; } -- cgit v1.2.3