mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
shell: fix aliases
This commit is contained in:
parent
f673d73cd2
commit
3e466fcaf0
3 changed files with 14 additions and 3 deletions
|
@ -15,9 +15,11 @@ in {
|
|||
programs.nushell = enabled {
|
||||
inherit package;
|
||||
|
||||
inherit (config.environment) shellAliases;
|
||||
inherit environmentVariables;
|
||||
|
||||
shellAliases = config.environment.shellAliases
|
||||
|> filterAttrs (_: value: value != null);
|
||||
|
||||
configFile.text = readFile ./0_nushell.nu;
|
||||
};
|
||||
})];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue