about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/profiles/home-manager/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/git.nix b/nix/profiles/home-manager/git.nix
index 26e7616..149af48 100644
--- a/nix/profiles/home-manager/git.nix
+++ b/nix/profiles/home-manager/git.nix
@@ -65,5 +65,6 @@
 
   home.packages = with pkgs; [
     gitAndTools.pre-commit
+    git-credential-manager
   ];
 }