diff --git a/default.nix b/default.nix index c342987..91a17bd 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, inputs, ... }: { +{ lib, pkgs, inputs, ... }: { options.sysconfig.remoteBuildClient = with lib; mkOption { type = with types; bool; @@ -15,7 +15,6 @@ extraSpecialArgs = { inherit inputs; }; sharedModules = [ inputs.sops-nix.homeManagerModules.sops - inputs.home-manager-config ]; config = { config, lib, pkgs, ... }: { imports = [