mirror of https://github.com/wlcx/home.git
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:
parent
297c91a062
commit
cd91fb622c
|
@ -84,7 +84,6 @@ in {
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
nix-direnv.enableFlakes = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fzf = {
|
fzf = {
|
||||||
|
|
Loading…
Reference in New Issue