From beacddbe25e921f3df815d44749e3f4dbe7b5d84 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 12 Jul 2021 20:05:55 -0600 Subject: [PATCH] [NixOS] Fonts is not needed in nixos --- nixos/raspberry-pi.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/raspberry-pi.nix b/nixos/raspberry-pi.nix index fe949127..00640ba3 100644 --- a/nixos/raspberry-pi.nix +++ b/nixos/raspberry-pi.nix @@ -3,7 +3,6 @@ { imports = [ ./base.nix - ./fonts.nix ]; hardware.raspberry-pi."4".fkms-3d.enable = true;