Add git flow package

This commit is contained in:
Charlotte Van Petegem 2020-02-26 11:44:18 +01:00
parent afcabcb99b
commit cb3326ff6d

View file

@ -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 = {