1
Fork 0

feat: postgres adrielus role

This commit is contained in:
Matei Adriel 2020-05-14 19:13:36 +03:00
parent bb2828b018
commit f2c8b5812c
2 changed files with 18 additions and 5 deletions
modules/applications/git

View file

@ -1,10 +1,15 @@
{ pkgs, ... }: {
home-manager.users.adrielus = {
home.packages = with pkgs; [
gource
gitAndTools.hub
gitAndTools.git-secret
];
home.packages = with pkgs;
with gitAndTools; [
# Render a git repo
gource
# Store secrets in github repos
git-secret
# Both of these are github clis
gh
hub
];
programs.git = {
enable = true;