Add git flow package
This commit is contained in:
parent
afcabcb99b
commit
cb3326ff6d
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
|||
};
|
||||
|
||||
config.home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = [ pkgs.git-crypt ];
|
||||
home.packages = with pkgs; [
|
||||
gitAndTools.gitflow
|
||||
git-crypt
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue