about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-04-14 17:34:08 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-04-14 17:36:31 +0200
commitd76022790ddfd4271c76152999e16b14114dda73 (patch)
treec56d2392cfc822e350e49bb5ee2ac68739fc768b /modules/home.legacy/conf
parentpkgs/swallow: Don't swallow the window, if the command can't be executed (diff)
downloadnixos-config-d76022790ddfd4271c76152999e16b14114dda73.zip
modules/{git,fonts,starship}: Avoid using deprecated escapes
Diffstat (limited to 'modules/home.legacy/conf')
-rw-r--r--modules/home.legacy/conf/starship/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home.legacy/conf/starship/default.nix b/modules/home.legacy/conf/starship/default.nix
index 6a6938f7..c34beb05 100644
--- a/modules/home.legacy/conf/starship/default.nix
+++ b/modules/home.legacy/conf/starship/default.nix
@@ -80,7 +80,7 @@
         ignore_submodules = true;
       };
       git_state = {
-        format = "[\($state( $progress_current of $progress_total)\)]($style) ";
+        format = "[($state( $progress_current of $progress_total))]($style) ";
         rebase = "[rebasing](bold magenta)";
         merge = "[merging](bold yellow)";
         revert = "[reverting](bold blue)";