Thor: add hid-nintendo (test)

This commit is contained in:
Filippo Berto 2023-06-09 00:21:57 +02:00
parent 1af6e1ca10
commit c8685c078b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -4,7 +4,7 @@ with lib; {
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
# kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = pkgs.linuxPackages_6_1;
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback hid-nintendo ];
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;