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