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 [