fix: use nix-direnv option in direnv config
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -89,7 +89,6 @@ in
|
||||
k9s
|
||||
gnupg
|
||||
postgresql_17
|
||||
nix-direnv
|
||||
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user