From 0e9c2657ae28fb553b983b8c564769bbab5a76a1 Mon Sep 17 00:00:00 2001 From: uku Date: Wed, 30 Aug 2023 12:06:12 +0200 Subject: [PATCH] add fonts --- configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 7ce7ad2..e74d000 100644 --- a/configuration.nix +++ b/configuration.nix @@ -82,8 +82,6 @@ pinentry kitty chezmoi - iosevka - jetbrains-mono starship waybar rofi-wayland @@ -103,6 +101,12 @@ # wget ]; + fonts.packages = with pkgs; [ + iosevka + jetbrains-mono + (nerdfonts.override { fonts = [ "Iosevka" "JetBrainsMono" ]; }) + ]; + nix.settings.experimental-features = ["nix-command" "flakes"]; # Some programs need SUID wrappers, can be configured further or are