Reorganize current framework modules into 13-inch directory
This commit is contained in:
parent
b689465d0c
commit
da7e364c3d
13 changed files with 106 additions and 117 deletions
10
framework/13-inch/11th-gen-intel/default.nix
Normal file
10
framework/13-inch/11th-gen-intel/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ lib, pkgs, ...}: {
|
||||
imports = [
|
||||
../.
|
||||
../intel.nix
|
||||
];
|
||||
|
||||
# Requires at least 5.16 for working wi-fi and bluetooth.
|
||||
# https://community.frame.work/t/using-the-ax210-with-linux-on-the-framework-laptop/1844/89
|
||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") (lib.mkDefault pkgs.linuxPackages_latest);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue