1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

nushell: use direnv

This commit is contained in:
RGBCube 2025-07-07 18:58:32 +03:00
parent c5d9a39ed5
commit 9cf452debf
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -103,6 +103,12 @@ in {
};
};
programs.direnv = enabled {
nix-direnv = enabled;
enableNushellIntegration = true;
};
programs.nushell = enabled {
configFile.text = readFile ./config.nu;
envFile.text = readFile ./environment.nu;