From 4b346b31f467fd997ad4f19efe74d688671e99c1 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Tue, 7 Nov 2023 00:01:45 +0100 Subject: [PATCH] test starship config --- modules/home/starship/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/starship/default.nix b/modules/home/starship/default.nix index 5317bf5..ec12113 100755 --- a/modules/home/starship/default.nix +++ b/modules/home/starship/default.nix @@ -14,8 +14,8 @@ }; character = { - success_symbol = "[](bold #89dceb)[ ➜](bold green)"; - error_symbol = "[](bold #89dceb)[ ➜](bold red)"; + success_symbol = "[ ](bold #89dceb)[ ➜](bold green)"; + error_symbol = "[ ](bold #89dceb)[ ➜](bold red)"; # error_symbol = "[ ](bold #89dceb)[ ✗](bold red)"; }; @@ -27,7 +27,7 @@ # "~" = "󰋞 "; # }; - palette = "catppuccin_mocha"; - } // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml"); + # palette = "catppuccin_mocha"; + } #// builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml"); }; } \ No newline at end of file