From 20443ed5fc0c3042884e3b51e32b3cd77e18d12b Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 30 Dec 2024 10:09:17 -0600 Subject: [PATCH] starship: move shell module Signed-off-by: Myned --- options/custom/programs/starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/programs/starship/default.nix b/options/custom/programs/starship/default.nix index e93b776..db7265b 100644 --- a/options/custom/programs/starship/default.nix +++ b/options/custom/programs/starship/default.nix @@ -43,7 +43,6 @@ in { format = concatStrings [ # Top left - "$shell" "$all" "$fill" @@ -56,6 +55,7 @@ in { # Bottom left "$jobs" + "$shell" "$character" ];