From 1cb207fed5426e40d76cbb51968efd7a27d75297 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 9 Nov 2023 23:32:46 +0100 Subject: [PATCH] change starship gonfig --- modules/home/starship/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/starship/default.nix b/modules/home/starship/default.nix index bab6423..e62a231 100755 --- a/modules/home/starship/default.nix +++ b/modules/home/starship/default.nix @@ -19,13 +19,13 @@ # error_symbol = "[ ](bold #89dceb)[ ✗](bold red)"; }; - directory.substitutions = { - "~" = "󰋞"; + # directory.substitutions = { + # "~" = "󰋞"; # "Documents" = " "; # "Downloads" = " "; # "Music" = " "; # "Pictures" = " "; - }; + # }; palette = "catppuccin_mocha"; } // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml");