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/
This commit is contained in:
Bradon Kanyid (rattboi) 2024-05-24 04:54:53 +00:00 committed by mergify[bot]
parent cedb27beb1
commit 33026a05f4

View file

@ -2,6 +2,7 @@
imports = [
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../kmod.nix
../../framework-tool.nix
];