9 lines
151 B
Nix
9 lines
151 B
Nix
|
# Empty profiles, used to avoid the case where no profiles are selected for
|
||
|
# nixos-hardware-scan.
|
||
|
|
||
|
{
|
||
|
imports = [];
|
||
|
options = {};
|
||
|
config = {};
|
||
|
}
|