From 9c14f17cd86f60c6a76bb15d046d1da736f72005 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Fri, 23 May 2025 15:29:03 +0200 Subject: [PATCH] switch to starhip --- home/home.nix | 7 +++++-- home/pkgs.nix | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) 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