From ef4ad51e86c5fc4cda7ebb93532df068a3b8bb87 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 1 Aug 2025 09:09:11 -0400 Subject: [PATCH] fix the minimal builds --- hosts/common/core/editor.nix | 4 ++-- hosts/common/core/fonts.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/common/core/editor.nix b/hosts/common/core/editor.nix index 6380881..8a65000 100644 --- a/hosts/common/core/editor.nix +++ b/hosts/common/core/editor.nix @@ -1,11 +1,11 @@ { - hostSpec, + config, pkgs, inputs, ... }: { environment.systemPackages = - if hostSpec.isMinimal + if config.hostSpec.isMinimal then [ inputs.nvix.packages.${pkgs.system}.mini ] diff --git a/hosts/common/core/fonts.nix b/hosts/common/core/fonts.nix index 49f291a..2553076 100644 --- a/hosts/common/core/fonts.nix +++ b/hosts/common/core/fonts.nix @@ -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