universe/users/modules/global/shells/nushell.nix

5 lines
60 B
Nix

{ ... }: {
programs.nushell = {
enable = true;
};
}