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:
2022-06-13 23:12:52 +01:00
parent 297c91a062
commit cd91fb622c
-1
View File
@@ -84,7 +84,6 @@ in {
direnv = {
enable = true;
nix-direnv.enable = true;
nix-direnv.enableFlakes = true;
};
fzf = {