From 33026a05f412560c0979f14b20fa397d6e08ea31 Mon Sep 17 00:00:00 2001 From: "Bradon Kanyid (rattboi)" Date: Fri, 24 May 2024 04:54:53 +0000 Subject: [PATCH] framework: Add framework-laptop-kmod for 16" model as well in https://github.com/NixOS/nixos-hardware/pull/903 , the framework-laptop-kmod was added, and automatically setup for 13" models. The 16" model will also be able to take advantage of the kmod, once the 6.10 kernel patches are in place. Kernel Patchset: https://lore.kernel.org/chrome-platform/20231005160701.19987-1-dustin@howett.net/ --- framework/16-inch/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/16-inch/common/default.nix b/framework/16-inch/common/default.nix index 9dc402c..547f98f 100644 --- a/framework/16-inch/common/default.nix +++ b/framework/16-inch/common/default.nix @@ -2,6 +2,7 @@ imports = [ ../../../common/pc/laptop ../../../common/pc/laptop/ssd + ../../kmod.nix ../../framework-tool.nix ];