From 1d933f1a458c510be9329edaab2b1381e098ac48 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 23 Aug 2026 18:31:35 +0200 Subject: modules/fish: Init --- modules/by-name/st/starship/module.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/by-name/st/starship') diff --git a/modules/by-name/st/starship/module.nix b/modules/by-name/st/starship/module.nix index c649381f..9c0ef7ba 100644 --- a/modules/by-name/st/starship/module.nix +++ b/modules/by-name/st/starship/module.nix @@ -30,6 +30,7 @@ in { programs.starship = { enable = true; enableZshIntegration = true; + enableFishIntegration = true; settings = { add_newline = false; @@ -123,14 +124,14 @@ in { in_nixos_shell = { symbol = "VM "; style = "bold white"; - when = ''test "$IN_NIXOS_SHELL" = true ''; + when = ''test "$IN_NIXOS_SHELL" = true''; shell = ["${lib.getExe pkgs.dash}"]; description = "Show if a shell is run in a vm"; }; }; battery = { - # '󰁹 ' + # '󰁹 ' # '󰂄 ' # '󰂃 ' # '󰁽 ' -- cgit v1.3.1