diff --git a/flake.nix b/flake.nix index 1c6ed80..9fa6da3 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,6 @@ , bud , nixos , home - , nixos-hardware , agenix , deploy , ... @@ -62,8 +61,6 @@ { inherit self inputs; - patches = ./overlays/patches; - channelsConfig = { allowUnfree = true; }; channels = { @@ -123,8 +120,6 @@ Infini-SERVER = { }; }; importables = rec { - inherit (self) patches; - profiles = digga.lib.rakeLeaves ./profiles // { users = digga.lib.rakeLeaves ./users; }; @@ -150,10 +145,11 @@ home = { imports = [ (digga.lib.importExportableModules ./users/modules) ]; - modules = [ "${inputs.impermanence}/home-manager.nix" ]; + modules = [ + inputs.impermanence.nixosModules.home-manager.impermanence + ]; importables = rec { inherit inputs; - inherit (self) patches; profiles = digga.lib.rakeLeaves ./users/profiles; suites = with profiles; self.lib.flattenSetList