feat: add fh

This commit is contained in:
Felix Schröter 2023-09-13 14:01:04 +02:00
parent 1a7138d093
commit bc1f3c9465
Signed by: felschr
GPG key ID: 671E39E6744C807D
5 changed files with 25 additions and 26 deletions

View file

@ -7,7 +7,7 @@
./git.nix
];
home.packages = with pkgs; [ ncurses ];
home.packages = with pkgs; [ fh ncurses ];
programs.gpg.enable = true;
services.gpg-agent = {