From f394f25ecd9b185996fa187e5b5757c6da3137c9 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 30 Dec 2024 09:13:45 -0800 Subject: [PATCH] updated nerdfonts --- hosts/WSL/default.nix | 2 +- hosts/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/WSL/default.nix b/hosts/WSL/default.nix index 1d927dd..8ead209 100644 --- a/hosts/WSL/default.nix +++ b/hosts/WSL/default.nix @@ -10,7 +10,7 @@ }; fonts.packages = with pkgs; [ - (nerdfonts.override { fonts = ["DejaVuSansMono"]; }) + nerd-fonts.dejavu-sans-mono dejavu_fonts xkcd-font ]; diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 3999675..072791b 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -81,7 +81,7 @@ }; fonts.packages = with pkgs; [ - (nerdfonts.override { fonts = ["DejaVuSansMono"]; }) + nerd-fonts.dejavu-sans-mono dejavu_fonts xkcd-font ];