[NixOS] Try again...

This commit is contained in:
Ivan Malison 2023-08-04 00:49:34 -06:00
parent 34f2977e12
commit 625c9aaaff
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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