mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
chore:env_add_android
chore:add_gh&&fix_git-full
This commit is contained in:
12
home/cli/git.nix
Normal file
12
home/cli/git.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
};
|
||||
|
||||
programs.gh.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
git-filter-repo
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user