mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
nushell: move to shells directory
This commit is contained in:
parent
6f368a10c3
commit
c7abad00b5
2 changed files with 2 additions and 2 deletions
|
@ -58,10 +58,10 @@ in {
|
||||||
programs.nushell = enabled {
|
programs.nushell = enabled {
|
||||||
inherit package;
|
inherit package;
|
||||||
|
|
||||||
configFile.text = readFile ./config.nu;
|
|
||||||
|
|
||||||
inherit (config.environment) shellAliases;
|
inherit (config.environment) shellAliases;
|
||||||
inherit environmentVariables;
|
inherit environmentVariables;
|
||||||
|
|
||||||
|
configFile.text = readFile ./0_nushell.nu;
|
||||||
};
|
};
|
||||||
})];
|
})];
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue