diff options
author | Karel Kočí <cynerd@email.cz> | 2024-03-15 10:56:49 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-03-15 10:56:49 +0100 |
commit | bd98fdfb596689d6bbed8ba8439a674bbd57b73a (patch) | |
tree | dac29607002de94400ea082b015ceebf647e0faf /nixos | |
parent | a2f35401414d47c1a929b5b75d5e40705954b00d (diff) | |
download | nixos-personal-bd98fdfb596689d6bbed8ba8439a674bbd57b73a.tar.gz nixos-personal-bd98fdfb596689d6bbed8ba8439a674bbd57b73a.tar.bz2 nixos-personal-bd98fdfb596689d6bbed8ba8439a674bbd57b73a.zip |
nixos/desktop: build only Hack from nerdfonts
Diffstat (limited to 'nixos')
-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 |