Closed dvogeldev closed 1 year ago
I have tried the setting (nerdfonts.override { fonts = [ "FiraCode" ]; };
(nerdfonts.override { fonts = [ "FiraCode" ]; };
also just using the setting stylix.fonts.monospace.name = "FiraCode Nerd Font";
stylix.fonts.monospace.name = "FiraCode Nerd Font";
How/Can I do this?
Thank you for your time.
For anyone else trying to figure this out, answer is... stylix.fonts.monospace.package = pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; };
stylix.fonts.monospace.package = pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; };
I have tried the setting
(nerdfonts.override { fonts = [ "FiraCode" ]; };
also just using the setting
stylix.fonts.monospace.name = "FiraCode Nerd Font";
How/Can I do this?
Thank you for your time.