diff --git a/machines/nix-book/configuration.nix b/machines/nix-book/configuration.nix index 757d999..f1dd96e 100644 --- a/machines/nix-book/configuration.nix +++ b/machines/nix-book/configuration.nix @@ -83,7 +83,15 @@ options = "caps:escape"; }; - hardware.graphics.enable = true; + hardware.graphics = { + enable = true; + extraPackages = with pkgs; [ + intel-media-driver + intel-vaapi-driver + libvdpau-va-gl + ]; + }; + hardware.pulseaudio.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’.