about summary refs log tree commit diff
path: root/home/profiles/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/fonts')
-rw-r--r--home/profiles/fonts/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/profiles/fonts/default.nix b/home/profiles/fonts/default.nix
index 3f4edab..9dae86b 100644
--- a/home/profiles/fonts/default.nix
+++ b/home/profiles/fonts/default.nix
@@ -15,7 +15,8 @@ in
       jetbrains-mono
       twemoji-color-font
       emacs-all-the-icons-fonts
-      (nerdfonts.override { fonts = [ "Iosevka" "JetBrainsMono" ]; })
+      nerd-fonts.iosevka
+      nerd-fonts.jetbrains-mono
     ];
 
     fonts.fontconfig.enable = true;