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

This commit is contained in:
Ivan Malison 2023-08-04 00:42:19 -06:00
parent 7409a3951f
commit 84cf156631
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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