1
0
Fork 0
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:
Joaquín Triñanes 2024-09-14 02:15:02 +02:00 committed by Robert Helgesson
parent 994a0baf7b
commit edf15f1549
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
3 changed files with 89 additions and 0 deletions

View file

@ -14,4 +14,5 @@ rec {
shell = import ./shell.nix { inherit lib; };
zsh = import ./zsh.nix { inherit lib; };
nushell = import ./nushell.nix { inherit lib; };
}