This commit is contained in:
blahai 2024-11-13 21:10:09 +02:00
parent ad5067cf13
commit 84d27406ad
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -13,7 +13,6 @@
protonup-qt
prismlauncher
osu-lazer-bin
obs-studio
davinci-resolve
nur.repos.reedrw.jkps
];
@ -30,6 +29,14 @@
package = pkgs.alvr;
openFirewall = true;
};
obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
obs-pipewire-audio-capture
obs-vaapi
];
};
};
hardware = {
@ -38,6 +45,14 @@
graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
mesa
egl-wayland
rocmPackages.clr.icd
amdvlk
libva
libva-utils
];
};
};
}