[NixOS] Fix environment.nix
This commit is contained in:
parent
84cf156631
commit
b121ba4e92
@ -31,13 +31,13 @@ with lib;
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = '''
|
||||
settings = """
|
||||
add_newline = false
|
||||
|
||||
[character]
|
||||
success_symbol = "[➜](bold green)"
|
||||
error_symbol = "[➜](bold red)"
|
||||
'''
|
||||
""";
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
Loading…
Reference in New Issue
Block a user