[NixOS] [starship] Move starship config to environment.nix

This commit is contained in:
2023-08-04 00:42:19 -06:00
parent 7409a3951f
commit 84cf156631

View File

@@ -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 = {