diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 88957a8..1aab85e 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -21,6 +21,15 @@ inputs.home-manager.nixosModules.default ]; + hardware.opengl = { + enable = true; + extraPackages = with pkgs; [ + libvdpau-va-gl + libvdpau + libva + ]; + }; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;