From 5244141a416fb1c7a453ef523bbb0076604424b5 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 19 May 2023 12:11:00 +0200 Subject: [PATCH] Fix --- systems/kami/hardware.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/kami/hardware.nix b/systems/kami/hardware.nix index 912c534..34e0f72 100644 --- a/systems/kami/hardware.nix +++ b/systems/kami/hardware.nix @@ -4,8 +4,7 @@ { config, lib, pkgs, modulesPath, ... }: { - imports = with nixos-hardware.nixosModules; - [ (modulesPath + "/installer/scan/not-detected.nix") + imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; hardware.nvidia.prime = {