1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 10:07:44 +00:00

nushell: move to shells directory

This commit is contained in:
RGBCube 2025-07-19 21:14:16 +03:00
parent 6f368a10c3
commit c7abad00b5
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 2 additions and 2 deletions

View file

@ -58,10 +58,10 @@ in {
programs.nushell = enabled {
inherit package;
configFile.text = readFile ./config.nu;
inherit (config.environment) shellAliases;
inherit environmentVariables;
configFile.text = readFile ./0_nushell.nu;
};
})];
}