[NixOS] Fix environment.nix

This commit is contained in:
2023-08-04 00:45:23 -06:00
parent 84cf156631
commit b121ba4e92

View File

@@ -31,13 +31,13 @@ with lib;
programs.starship = { programs.starship = {
enable = true; enable = true;
settings = ''' settings = """
add_newline = false add_newline = false
[character] [character]
success_symbol = "[](bold green)" success_symbol = "[](bold green)"
error_symbol = "[](bold red)" error_symbol = "[](bold red)"
''' """;
}; };
environment = { environment = {