REMOVE AMDVLK SKRUNKLE IT DESTROY IT BITE IT

This commit is contained in:
zoe 2023-01-09 11:12:01 +01:00
parent 3eea838204
commit 31f3f3ca25
2 changed files with 12 additions and 4 deletions

View File

@ -28,15 +28,22 @@
hardware = { hardware = {
opengl = { opengl = {
extraPackages32 = [ enable = true;
pkgs.driversi686Linux.amdvlk driSupport = true;
extraPackages32 = with pkgs; [
vaapiIntel
]; ];
extraPackages = [ extraPackages = with pkgs; [
pkgs.amdvlk intel-media-driver
vaapiIntel
vaapiVdpau
libvdpau-va-gl
]; ];
}; };
}; };
programs.fish.enable = true; programs.fish.enable = true;
programs.fish.promptInit = '' programs.fish.promptInit = ''
any-nix-shell fish --info-right | source any-nix-shell fish --info-right | source

View File

@ -38,6 +38,7 @@
obs-studio obs-studio
ffmpeg ffmpeg
kdenlive kdenlive
vulkan-tools
# images # images
feh feh