Convert git from nixosModule to homeModule
This commit is contained in:
parent
fe55849333
commit
7dfe9f87be
6 changed files with 94 additions and 92 deletions
|
@ -16,7 +16,6 @@ in {
|
|||
tools = {
|
||||
direnv.enable = true;
|
||||
eza.enable = true;
|
||||
git.enable = true;
|
||||
gpg.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
@ -27,9 +26,10 @@ in {
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pre-commit
|
||||
minio-client
|
||||
awscli2
|
||||
minio-client
|
||||
pre-commit
|
||||
git
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue