Fix import in yokai

This commit is contained in:
Johannes Jöns 2023-03-14 14:28:56 +01:00
parent c313ae0c0f
commit 976282ea46

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, modulesPath, inputs, ... }:
{
imports = with nixos-hardware.nixosModules; [
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];