From 27f5e3e350e81075882ed68a993fa37ff1f065d4 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 25 Feb 2025 23:36:41 +0100 Subject: [PATCH] Adapt fonts declaration to upstream changes --- modules/software.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/software.nix b/modules/software.nix index 71bfeab..ea40ee8 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -124,11 +124,11 @@ in # Fonts declaration fonts.packages = with pkgs; [ google-fonts - inconsolata-nerdfont terminus_font_ttf iosevka-bin libertine - (nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; }) + nerd-fonts.inconsolata + nerd-fonts.symbols-only ]; }