refactors

This commit is contained in:
Henry Hiles 2025-10-18 13:55:25 -04:00
commit eb43deac44
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
6 changed files with 75 additions and 86 deletions

View file

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