zaphyra's git: nixfiles

zaphyra's nixfiles

commit 368dc0c25ca0cf111a2dc49b08b23f88082d61fc
parent b148b52307a2c1f0c2ed6a126844e980f58bfeb3
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 18:41:55 +0200

config/nixos/modules/font: add `nerd-fonts.symbols-only`
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config/nixos/modules/font.nix b/config/nixos/modules/font.nix
@@ -34,6 +34,7 @@ in
         fira-mono
         meslo-lgs-nf
         font-awesome
+        nerd-fonts.symbols-only
       ];
     };
   };