1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
This commit is contained in:
suliman 2022-12-29 14:42:08 +03:00
parent a30c4834f4
commit 114881dd3d

View File

@ -12,7 +12,7 @@
libvdpau-va-gl
];
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.1") pkgs.linuxPackages_latest;
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
# energy savings
hardware.bluetooth.powerOnBoot = lib.mkDefault false;