mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-30 08:57:23 +02:00
minimal: Ensure nerd font symbols
This commit is contained in:
parent
356890e14b
commit
baba1b1646
1 changed files with 2 additions and 0 deletions
|
|
@ -270,6 +270,7 @@
|
|||
symbols = rec {
|
||||
NixOS = " ";
|
||||
Redhat = " ";
|
||||
AlmaLinux = " ";
|
||||
RedHatEnterprise = Redhat;
|
||||
Fedora = " ";
|
||||
};
|
||||
|
|
@ -301,6 +302,7 @@
|
|||
|
||||
status = {
|
||||
disabled = false;
|
||||
symbol = " ";
|
||||
format = "[$symbol$status( $signal_name)]($style) ";
|
||||
pipestatus_segment_format = "[$symbol$status]($style)";
|
||||
pipestatus_format = "\\[$pipestatus\\] [$symbol$signal_name]($style) ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue