refactors
This commit is contained in:
parent
efc7698a77
commit
eb43deac44
6 changed files with 75 additions and 86 deletions
6
modules/common/not-detected.nix
Normal file
6
modules/common/not-detected.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue