diff --git a/flake.nix b/flake.nix index bb7c9b2..82668aa 100644 --- a/flake.nix +++ b/flake.nix @@ -79,28 +79,6 @@ } ]; }; - homeConfigurations."abby@copper" = - let - system = "aarch64-linux"; - pkgs = import nixpkgs { - system = system; - overlays = [ inputs.nixgl.overlay ]; - }; - in - home-manager.lib.homeManagerConfiguration { - inherit pkgs; - modules = [ - lix-module.nixosModules.default - ragenix.homeManagerModules.default - ./home.nix - ]; - extraSpecialArgs = { - inherit system; - username = "abby"; - inherit inputs; - use_syncthing = false; - }; - }; homeConfigurations."pager@nicrosil" = let system = "x86_64-linux";