Added FiraCode font

This commit is contained in:
2026-03-15 18:50:29 +00:00
parent e65b2e846e
commit 3034ff6afd
+1 -1
View File
@@ -917,7 +917,7 @@ This file installs and configures fonts
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(nerdfonts.override { fonts = [ "Iosevka Nerd Font" ]; }) (nerdfonts.override { fonts = [ "Iosevka Nerd Font","FiraCode" ]; })
]; ];
} }
#+END_SRC #+END_SRC