feat: added git-secret and stuff
This commit is contained in:
parent
52f50ca190
commit
1ea019bf23
9 changed files with 19 additions and 6 deletions
modules/applications/git
|
@ -1,6 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus = {
|
||||
home.packages = with pkgs; [ gource gitAndTools.hub ];
|
||||
home.packages = with pkgs; [
|
||||
gource
|
||||
gitAndTools.hub
|
||||
gitAndTools.git-secret
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue