1
Fork 0

feat: added git-secret and stuff

This commit is contained in:
Matei Adriel 2020-04-10 14:51:37 +03:00
parent 52f50ca190
commit 1ea019bf23
9 changed files with 19 additions and 6 deletions
modules/applications/git

View file

@ -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;