From 141932e06ba0bc3a5a561bd9594651079dea70f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 10 Sep 2025 11:47:45 +0200 Subject: nixos/desktop: add fira fonts --- nixos/modules/desktop.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 2d15a9f..618e9cd 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -303,15 +303,20 @@ in { }; fonts.packages = with pkgs; [ - nerd-fonts.hack arkpandora_ttf corefonts dejavu_fonts + fira-code + fira-code-symbols + fira-math + fira-mono + fira-sans font-awesome freefont_ttf hack-font liberation_ttf libertine + nerd-fonts.hack noto-fonts noto-fonts-emoji terminus_font_ttf -- cgit v1.2.3