Remove laptop from config

This commit is contained in:
2026-04-14 00:26:26 -04:00
parent adae72c6f9
commit 81a67972a4

View File

@ -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" = homeConfigurations."pager@nicrosil" =
let let
system = "x86_64-linux"; system = "x86_64-linux";