Nushell: Difference between revisions
imported>Vieta First Nushell entry. Please feel free to change |
imported>Vieta removed <code> |
||
| Line 5: | Line 5: | ||
Example if you want Nushell as your default shell. | Example if you want Nushell as your default shell. | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
users.users.myuser= { | |||
... | ... | ||
shell = pkgs.nushell; | shell = pkgs.nushell; | ||
| Line 17: | Line 17: | ||
Configuration with [https://starship.rs/ Startship] font. | Configuration with [https://starship.rs/ Startship] font. | ||
{{file|~/.config/nixpkgs/home.nix|nix|<nowiki> | {{file|~/.config/nixpkgs/home.nix|nix|<nowiki> | ||
programs = { | programs = { | ||
nushell = { | nushell = { | ||