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