1755800135
This commit is contained in:
@@ -9,7 +9,26 @@
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
|
||||
# Noisetorch
|
||||
programs.noisetorch.enable = true;
|
||||
|
||||
programs.gpu-screen-recorder.enable = true;
|
||||
# OBS
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
|
||||
package = (
|
||||
pkgs.obs-studio.override {
|
||||
cudaSupport = true;
|
||||
}
|
||||
);
|
||||
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
obs-backgroundremoval
|
||||
obs-pipewire-audio-capture
|
||||
obs-vaapi
|
||||
obs-gstreamer
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user