🐛 (home/shell) direnv fish integration is enabled by default

This commit is contained in:
Laureηt 2024-04-02 19:38:10 +02:00
parent ec70981fd4
commit 80383d7c94
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -1,7 +1,6 @@
{...}: {
programs.direnv = {
enable = true;
enableFishIntegration = true;
nix-direnv.enable = true;
};
}