mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
The previous implementation was sourcing the kernel through `pkgs.linux`, which is only representative of the final system if `boot.kernelPackages` is left as the default value of `pkgs.linuxPackages`. You can of course change this to other package sets, such as `pkgs.linuxPackages_latest`. Instead, we now reference the kernel through `config.boot.kernelPackages.kernel`.
Lenovo X13s
Camera
The MIPI camera does work, however, it's not accelerated by the ISP and therefore image processing is done on CPU.
Wifi and Bluetooth MAC addresses
Currently they need to be set manually