zaphyra's git: nixfiles

zaphyra's nixfiles

commit bfdbcf3d6a0b3535ed3b80c77799f2e9966f0358
parent 163e104689049ac4107566bc2cbb03fb8218a464
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Wed, 12 Nov 2025 09:36:24 +0100

Fix monospace Font
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/nixos/modules/presets/void/stylix.nix b/config/nixos/modules/presets/void/stylix.nix
@@ -32,8 +32,8 @@
           #name = "Roboto Sans";
         };
         monospace = {
-          package = pkgs.meslo-lgs-nf;
-          name = "Fira Code";
+          package = pkgs.nerd-fonts.fira-code;
+          name = "FiraCode Nerd Font";
         };
       };
       iconTheme = {