Nushell: Difference between revisions

Malix (talk | contribs)
Example: remove legacy
Malix (talk | contribs)
Line 2: Line 2:


== Installation ==
== Installation ==
See [[Command Shell]] example if you want Nushell as your default shell
{{file|3={
{{file|3={
   pkgs,
   pkgs,
Line 14: Line 13:
     shell = pkgs.nushell;
     shell = pkgs.nushell;
   };
   };
}|name=/etc/nixos/configuration.nix|lang=nix}}
}|name=/etc/nixos/configuration.nix|lang=nix}}Also see the [[Command Shell]] example if you want to set Nushell as your default shell


== Configuration ==
== Configuration ==