From 81a67972a44dc0b3ea354f8cf50afb7e53349041 Mon Sep 17 00:00:00 2001 From: pager Date: Tue, 14 Apr 2026 00:26:26 -0400 Subject: [PATCH] Remove laptop from config --- flake.nix | 22 ---------------------- 1 file changed, 22 deletions(-) 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";