diff options
-rw-r--r-- | nixos/modules/desktop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 8238af7..d0cc9d5 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -232,7 +232,7 @@ in { networking.firewall.allowedUDPPorts = [3702]; fonts.packages = with pkgs; [ - nerdfonts + (nerdfonts.override {fonts = ["Hack"];}) arkpandora_ttf corefonts dejavu_fonts |