diff --git a/machines/libra/default.nix b/machines/libra/default.nix index be93e98..13361da 100644 --- a/machines/libra/default.nix +++ b/machines/libra/default.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ nixos-hardware }: { +{ nixos-hardware }: { pkgs, ... }: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix @@ -19,6 +19,8 @@ "/nix".options = [ "compress=zstd" "noatime" ]; }; + boot.kernelPackages = pkgs.linuxPackages_6_6; + hardware.opengl.enable = true; hardware.bluetooth.enable = true;