From c60173c595ccfd643e4e6544ef204bbfab18c8b0 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:25:59 +0100 Subject: [PATCH] main-laptop: fix deprecated font package name --- hosts/main-laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index 5275c86..8e9fa2f 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -36,7 +36,7 @@ name = "Cantarell"; }; monospace = { - package = pkgs.fira-code-nerdfont; + package = pkgs.nerd-fonts.fira-code; name = "FiraCode Nerd Font Mono"; }; emoji = {