mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
fix the minimal builds
This commit is contained in:
parent
d2ba31881e
commit
ef4ad51e86
2 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
lib,
|
||||
hostSpec,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
lib.mkIf (!hostSpec.isMinimal) {
|
||||
lib.mkIf (!config.hostSpec.isMinimal) {
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
# Emoji and general symbols
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue