From a0b5f5b5c47244c23d4cc7828773dd703603bfb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 7 Apr 2024 12:14:19 +0200 Subject: [PATCH] 273 current 1970-01-01 01:00:00 23.11.20240405.72da83d 6.1.84 * --- hosts/MaxNixosLaptop/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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;