meta: Drop default hardware

From a pragmatic perspective this never made sense since it would be
unlikely that we'd ever want to import multiple hardware configurations
at the same time.

An alternative solution would be to let users generate their own
hardware-configuration.nix that they can use with this nix-config, or
simply have them create their own nix-config that imports this flake and
uses the outputs they want.
This commit is contained in:
Donovan Glover 2024-04-01 04:32:38 -04:00
parent e4fb9d62a6
commit f59b724b77
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,5 +0,0 @@
{
imports = [
./laptop.nix
];
}