nixos/modules/common/not-detected.nix
2025-10-18 13:55:25 -04:00

6 lines
100 B
Nix

{ modulesPath, ... }:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
}