mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
dont build fonts on minimal
This commit is contained in:
parent
992f88bb55
commit
a11df33b8c
3 changed files with 17 additions and 8 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
lib,
|
||||
hostSpec,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
lib.mkIf (!hostSpec.isMinimal) {
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
# Emoji and general symbols
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue