This commit is contained in:
2026-02-08 21:07:05 -03:00
parent 30a66212fa
commit 45ed719d7d
9 changed files with 258 additions and 126 deletions
+1
View File
@@ -46,6 +46,7 @@
winboat
xwayland-satellite
linux-wallpaperengine
kdePackages.polkit-qt-1
## inputs stable
+15 -16
View File
@@ -14,25 +14,24 @@
};
## Configuraçoes do obs
programs.obs-studio = {
enable = true;
# optional Nvidia hardware acceleration
package = (
pkgs.obs-studio.override {
cudaSupport = true;
}
);
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-pipewire-audio-capture
obs-gstreamer
obs-vkcapture
];
#programs.obs-studio = {
# enable = true;
# # optional Nvidia hardware acceleration
# package = (
# pkgs.obs-studio.override {
# cudaSupport = true;
# }
# );
# plugins = with pkgs.obs-studio-plugins; [
# wlrobs
# obs-pipewire-audio-capture
# obs-gstreamer
# obs-vkcapture
# ];
#enableVirtualCamera = true;
};
#};
## Configuraçoes do LACT
environment.systemPackages = with pkgs; [lact];