diff options
Diffstat (limited to 'modules/by-name/st/starship')
| -rw-r--r-- | modules/by-name/st/starship/module.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 = { - # ' ' + # ' ' # ' ' # ' ' # ' ' |
