From fb1f04dd8f187db87d31af9a7d94728fbcc899f4 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Mon, 14 Oct 2024 07:54:35 +0200 Subject: [PATCH] fix: replace deprecated function --- modules/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell.nix b/modules/shell.nix index 31eaa70..169d1d8 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -8,7 +8,7 @@ os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'"; }; - fonts.fonts = with pkgs; [ + fonts.packages = with pkgs; [ nerdfonts ]; }