diff --git a/configuration.nix b/configuration.nix index 90789ae..3ea6f5d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,15 +28,22 @@ hardware = { opengl = { - extraPackages32 = [ - pkgs.driversi686Linux.amdvlk + enable = true; + driSupport = true; + extraPackages32 = with pkgs; [ + vaapiIntel + ]; - extraPackages = [ - pkgs.amdvlk + extraPackages = with pkgs; [ + intel-media-driver + vaapiIntel + vaapiVdpau + libvdpau-va-gl ]; }; }; + programs.fish.enable = true; programs.fish.promptInit = '' any-nix-shell fish --info-right | source diff --git a/user.nix b/user.nix index 7c9b00b..999b317 100644 --- a/user.nix +++ b/user.nix @@ -38,6 +38,7 @@ obs-studio ffmpeg kdenlive + vulkan-tools # images feh