diff options
Diffstat (limited to 'modules/hardware')
| -rw-r--r-- | modules/hardware/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix index 098b3cc..34b7e7e 100644 --- a/modules/hardware/default.nix +++ b/modules/hardware/default.nix @@ -1,7 +1,8 @@ -{ lib, modulesPath, ... }: +{ lib, nixos-hardware, modulesPath, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") + "${nixos-hardware}/lenovo/ideapad" ./fs.nix ]; |
