8 lines
142 B
Nix
8 lines
142 B
Nix
{ modulesPath, ... }:
|
|
{
|
|
imports = [
|
|
(modulesPath + "/profiles/all-hardware.nix")
|
|
#(modulesPath + "/profiles/qemu-guest.nix")
|
|
];
|
|
}
|