diff --git a/default.nix b/default.nix index d295160..9e7cfa4 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, inputs, ... }: { +{ lib, pkgs, inputs, ... } @ exputs: { options.sysconfig.remoteBuildClient = with lib; mkOption { type = with types; bool; @@ -17,7 +17,7 @@ inputs.sops-nix.homeManagerModules.sops ]; config = lib.mkMerge [ - inputs.olympus.homes.nathan + (inputs.olympus.homes.nathan exputs) ({ config, lib, pkgs, ... }: { config = { homeconfig = {