aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/st/starship
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-23 18:31:35 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-23 18:31:35 +0200
commit1d933f1a458c510be9329edaab2b1381e098ac48 (patch)
treebe288232fa592c284c3eb0e1d291a07f12794e5d /modules/by-name/st/starship
parentmodules/starship: Migrate to `by-name` (diff)
downloadnixos-config-1d933f1a458c510be9329edaab2b1381e098ac48.zip
modules/fish: Init
Diffstat (limited to 'modules/by-name/st/starship')
-rw-r--r--modules/by-name/st/starship/module.nix5
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 = {
- # '󰁹 '
+ # '󰁹 '
# '󰂄 '
# '󰂃 '
# '󰁽 '