diff --git a/hosts/erebus/configuration.nix b/hosts/erebus/configuration.nix index a98674a..df86254 100644 --- a/hosts/erebus/configuration.nix +++ b/hosts/erebus/configuration.nix @@ -8,8 +8,7 @@ ]; fonts = { - fontDir.enable = true; - fonts = with pkgs; [ + packages = with pkgs; [ nerdfonts ]; };