forked from colonelpanic/dotfiles
[NixOS] Try again...
This commit is contained in:
parent
34f2977e12
commit
625c9aaaff
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user