this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(programs/git): add `codeberg-cli`

+1 -1
+1 -1
modules/programs/git.nix
··· 21 21 }; 22 22 }; 23 23 config = mkIf cfg.enable { 24 - hj.packages = [pkgs.gh]; 24 + hj.packages = with pkgs; [gh codeberg-cli]; 25 25 environment.shellAliases = { 26 26 gaa = "git add --all"; 27 27 gcm = "git commit --message";