about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/font/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/font/default.nix b/system/font/default.nix
index 09e6520e..5ba30c34 100644
--- a/system/font/default.nix
+++ b/system/font/default.nix
@@ -11,6 +11,7 @@
 in {
   # TODO maybe add other fonts?
   fonts.fonts = [
-    nerdFont
+    # nerdFont
+    pkgs.nerdfonts
   ];
 }