aboutsummaryrefslogtreecommitdiff
path: root/modules/hardware
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-22 01:25:32 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-22 01:25:32 +0530
commit1ea3c72321a83143591bd4e9989da94798c2d71b (patch)
treea3d584226f176ad6b7e71fff5e646216d0dff63d /modules/hardware
parente8344d9f10cc3313c69dc9717d02602645048c1a (diff)
downloadhomeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.tar.gz
homeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.zip
Add immish dashboard link + refactor stuff
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/default.nix3
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
];