1
0
forked from extern/nix-config

starship: Simplify nix format

Useful for `use flake` in .envrc
This commit is contained in:
Donovan Glover 2023-11-30 19:10:25 -05:00
parent 533094c1a9
commit b77820ea25
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -58,7 +58,12 @@
kotlin.symbol = "kt ";
memory_usage.symbol = "memory ";
nim.symbol = "nim ";
nix_shell.symbol = "nix ";
nix_shell = {
format = " ";
symbol = "nix ";
};
ocaml.symbol = "ml ";
package.symbol = "pkg ";
perl.symbol = "pl ";