From 6b2b8ee7c0a46825c8cf158ef4e36fb924359d70 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sat, 28 Mar 2026 13:42:35 +0000 Subject: [PATCH] --- hosts/FredOS-Gaming.nix | 2 +- hosts/FredOS-Macbook.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 24c5140..365e535 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -1,5 +1,5 @@ # hosts/FredOS-Gaming.nix -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, inputs, ... }: { config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") { environment.systemPackages = with pkgs; [ diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index d259f04..1d208fc 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, inputs, ... }: { config = lib.mkMerge [