mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-21 09:49:39 +01:00
nushell: create generator helpers
This commit is contained in:
parent
994a0baf7b
commit
edf15f1549
3 changed files with 89 additions and 0 deletions
|
|
@ -14,4 +14,5 @@ rec {
|
|||
|
||||
shell = import ./shell.nix { inherit lib; };
|
||||
zsh = import ./zsh.nix { inherit lib; };
|
||||
nushell = import ./nushell.nix { inherit lib; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue