From 155f8d4aac14f654393ba46e242d5a5de4004a3d Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 17 Mar 2026 18:03:03 -0700 Subject: [PATCH] add nixos-hardware module for framework 12 laptop Co-Authored-By: Claude Opus 4.5 --- hw/vade/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/vade/default.nix b/hw/vade/default.nix index a600249..4ceb180 100644 --- a/hw/vade/default.nix +++ b/hw/vade/default.nix @@ -2,6 +2,7 @@ { imports = [ + inputs.nixos-hardware.nixosModules.framework-12-13th-gen-intel ./hardware-configuration.nix ../../configs/desktop-light.nix ../../configs/qemu.nix