diff --git a/home/home.nix b/home/home.nix index 248478e..3dd2c79 100644 --- a/home/home.nix +++ b/home/home.nix @@ -58,8 +58,11 @@ fish = { enable = true; interactiveShellInit = '' - if type -q oh-my-posh - oh-my-posh init fish --config ~/.config/omp/config.yaml | source + # if type -q oh-my-posh + # oh-my-posh init fish --config ~/.config/omp/config.yaml | source + # end + if type -q starship + starship init fish | source end if type -q fnm fnm env --use-on-cd | source diff --git a/home/pkgs.nix b/home/pkgs.nix index 1225bbc..cd53c2d 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -31,6 +31,7 @@ with pkgs; uutils-coreutils-noprefix dust yazi + starship # Dev devenv