From 31f3f3ca25ec8055f8fc5f15783d90fca614c5f4 Mon Sep 17 00:00:00 2001 From: zoe Date: Mon, 9 Jan 2023 11:12:01 +0100 Subject: [PATCH] REMOVE AMDVLK SKRUNKLE IT DESTROY IT BITE IT --- configuration.nix | 15 +++++++++++---- user.nix | 1 + 2 files changed, 12 insertions(+), 4 deletions(-) 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