From 1ea3c72321a83143591bd4e9989da94798c2d71b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 22 Jun 2025 01:25:32 +0530 Subject: Add immish dashboard link + refactor stuff --- modules/hardware/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/hardware') 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 ]; -- cgit v1.3.1