[NixOS] Fonts is not needed in nixos

This commit is contained in:
Ivan Malison 2021-07-12 20:05:55 -06:00
parent 32871ac2b1
commit beacddbe25
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3,7 +3,6 @@
{
imports = [
./base.nix
./fonts.nix
];
hardware.raspberry-pi."4".fkms-3d.enable = true;