From 96f6bee545d13b74420d0b860605f10299ad66e2 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Fri, 16 Jan 2026 11:26:31 +0100 Subject: [PATCH] Added hwconfig --- hosts/laptop/modules.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/laptop/modules.nix b/hosts/laptop/modules.nix index 02a7863..c829aad 100644 --- a/hosts/laptop/modules.nix +++ b/hosts/laptop/modules.nix @@ -1,6 +1,7 @@ { imports = [ ../common/modules.nix + ./hardware-configuration.nix ]; }