Switch default interactive shell for nushell

This commit is contained in:
Evie Litherland-Smith 2024-09-20 14:59:59 +01:00
parent 9dec8a9556
commit f2cc1e5d82
3 changed files with 3 additions and 1 deletions

View file

@ -20,7 +20,7 @@
alacritty = {
enable = true;
settings = {
shell = "${config.programs.fish.package}/bin/fish";
shell = "${config.programs.nushell.package}/bin/nu";
window = {
dynamic_title = true;
padding = {

View file

@ -22,6 +22,7 @@
fd.enable = true;
jq.enable = true;
nix-index.enable = true;
nushell.enable = true;
ripgrep.enable = true;
bat = {
enable = true;

View file

@ -144,6 +144,7 @@
format = "using [$indicator]($style)";
bash_indicator = " ";
fish_indicator = "󰈺 ";
nu_indicator = "ν ";
powershell_indicator = " ";
cmd_indicator = " ";
unknown_indicator = " ";