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