about summary refs log tree commit diff
path: root/nix/profiles/home-manager/git.nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-10-04 07:54:20 -0700
committerFranck Cuny <fcuny@roblox.com>2024-10-20 11:50:46 -0700
commit9838d94700cf4791fdfd550a16433204c949a60a (patch)
tree0db1495020510ce4976061a73816cca926b26dbd /nix/profiles/home-manager/git.nix
parentdelete packages since they don't exist anymore (diff)
downloadworld-9838d94700cf4791fdfd550a16433204c949a60a.tar.gz
add credential manager
Diffstat (limited to '')
-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
   ];
 }