this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of github.com:ian-h-chamberlain/dotfiles

+3 -2
+3 -2
.config/nixpkgs/home.nix
··· 49 49 # For commit signing, git-crypt, etc. 50 50 gpg-agent = { 51 51 enable = true; 52 - defaultCacheTtl = 14400; 53 - maxCacheTtl = 14400; 52 + defaultCacheTtl = 432000; # 5 days 53 + maxCacheTtl = 432000; 54 54 pinentryFlavor = "curses"; 55 55 }; 56 56 }; ··· 58 58 home.packages = with pkgs; [ 59 59 docker-compose 60 60 git-crypt 61 + htop 61 62 lsb-release 62 63 pinentry-curses 63 64 tree