remove dell

This commit is contained in:
2025-04-25 15:58:29 -04:00
parent 87fd6abbf2
commit 2b2a1e0b10
6 changed files with 7 additions and 148 deletions

View File

@@ -50,13 +50,6 @@
./hosts/thinkpad/configuration.nix
];
};
dell = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {inherit inputs;};
modules = [
./hosts/dell/configuration.nix
];
};
};
darwinConfigurations = {