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