From baba1b1646b05385b77ad19e0de91a59ced2e9b1 Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 3 Nov 2025 15:23:49 +0100 Subject: [PATCH] minimal: Ensure nerd font symbols --- minimal/hm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minimal/hm.nix b/minimal/hm.nix index 506952d..0d9746d 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -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)  ";