diff --git a/modules/home/starship/default.nix b/modules/home/starship/default.nix index afc4922..ca72711 100755 --- a/modules/home/starship/default.nix +++ b/modules/home/starship/default.nix @@ -8,23 +8,19 @@ enableNushellIntegration = true; settings = { - # character = { - # success_symbol = "[›](bold green)"; - # error_symbol = "[›](bold red)"; - # }; - # character = { - # success_symbol = "[󰊠 ](bold #cba6f7)[󰊠 ](bold #f2cdcd)[󰊠 ](bold #b4befe)[ ](bold #a6e3a1)"; - # error_symbol = "[󰊠 ](bold #cba6f7)[󰊠 ](bold #f2cdcd)[󰊠 ](bold #b4befe)[ ](bold #f38ba8)"; - # }; - - directory.substitutions = { - "Documents" = " "; - "Downloads" = " "; - "Music" = " "; - "Pictures" = " "; - "~" = "󰋞 "; + character = { + success_symbol = "[ ](bold #74c7ec)[❯ ](bold green)[› ](bold green)"; + error_symbol = "[ ](bold #74c7ec)[❯ ](bold red)[› ](bold red)"; }; + # directory.substitutions = { + # "Documents" = " "; + # "Downloads" = " "; + # "Music" = " "; + # "Pictures" = " "; + # "~" = "󰋞 "; + # }; + palette = "catppuccin_mocha"; } // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml"); };