chore:env_add_android

chore:add_gh&&fix_git-full
This commit is contained in:
dichgrem
2025-11-19 21:13:31 +08:00
parent 51d40326c4
commit 003ab2fff7
4 changed files with 37 additions and 6 deletions

12
home/cli/git.nix Normal file
View File

@@ -0,0 +1,12 @@
{ pkgs, ... }: {
programs.git = {
enable = true;
package = pkgs.gitFull;
};
programs.gh.enable = true;
home.packages = with pkgs; [
git-filter-repo
];
}