fixes direnv config

This commit is contained in:
Dennis Schoepf 2025-10-20 19:43:39 +02:00
parent 30f014b939
commit 88ee864c89

View file

@ -142,10 +142,7 @@
completion.enable = true; completion.enable = true;
}; };
programs.direnv = { programs.direnv.enable = true;
enable = true;
enableBashIntegration = true;
};
# System settings # System settings
system = { system = {