feat: add nushell integration config

This commit is contained in:
Zhongheng Liu 2024-12-07 19:22:53 +02:00
commit 583cdd7b00
Signed by: steven
GPG key ID: 805A28B071DAD84B
4 changed files with 46 additions and 2 deletions

View file

@ -2,6 +2,7 @@
programs = {
direnv = {
enable = true;
enableNushellIntegration = true;
nix-direnv.enable = true;
};
};