From 729cf30d95d99f096aa9f3418020e7dc3cfe4516 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Sat, 7 Feb 2026 12:39:19 +0100 Subject: [PATCH] Added a missing import --- hosts/framework/modules.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/framework/modules.nix b/hosts/framework/modules.nix index 63c2c77..36f3668 100644 --- a/hosts/framework/modules.nix +++ b/hosts/framework/modules.nix @@ -1,3 +1,5 @@ +{ inputs, ...}: + { imports = [ ./hardware-configuration.nix