From 5b5fc47058ad5e10a25e4d26d8111be89f335eb5 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 29 Nov 2022 17:11:57 +0100 Subject: [PATCH] fonts: reenable some old fonts --- nixos/modules/fonts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/fonts.nix b/nixos/modules/fonts.nix index 6e15545..04980ec 100644 --- a/nixos/modules/fonts.nix +++ b/nixos/modules/fonts.nix @@ -15,14 +15,14 @@ fira-code-symbols font-awesome liberation_ttf - #mplus-outline-fonts + mplus-outline-fonts.githubRelease noto-fonts noto-fonts-cjk noto-fonts-emoji proggyfonts ubuntu_font_family joypixels - #unifont # unicode + unifont # unicode ]; }; nixpkgs.config.joypixels.acceptLicense = true;