1
0
Fork 0

starship: configure os module

This commit is contained in:
Daniel Kempkens 2023-10-20 23:20:12 +02:00
parent bc13729194
commit 291837949a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -51,6 +51,16 @@
format = "\\[[$symbol($version)]($style)\\]";
};
os = {
disabled = true;
format = "$symbol";
symbols = {
Macos = " ";
NixOS = " ";
};
};
package = {
symbol = " ";
format = "\\[[$symbol$version]($style)\\]";