home-manager: swap to my fork for gpg change

Also remove home-manager nixpkg `follows` - this was pulling in too old
a `nix` command which made nix-direnv not work with flakes.
This commit is contained in:
Sam W 2022-04-16 20:40:39 +01:00
parent 297c91a062
commit cd91fb622c
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ in {
direnv = {
enable = true;
nix-direnv.enable = true;
nix-direnv.enableFlakes = true;
};
fzf = {