mirror of https://github.com/wlcx/home.git
direnv: fix on 21.11 again
This commit is contained in:
parent
4be52545b2
commit
703027f3d7
|
@ -84,6 +84,7 @@ 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