dont build fonts on minimal

This commit is contained in:
TheWanderingCrow 2025-07-31 10:41:37 -04:00
parent 992f88bb55
commit a11df33b8c
3 changed files with 17 additions and 8 deletions

View file

@ -1,4 +1,10 @@
{pkgs, ...}: {
{
lib,
hostSpec,
pkgs,
...
}:
lib.mkIf (!hostSpec.isMinimal) {
fonts = {
packages = with pkgs; [
# Emoji and general symbols