updated laptop configuration

This commit is contained in:
2025-06-20 16:35:05 +02:00
parent fa648a174d
commit f68ff8d18c
4 changed files with 28 additions and 3 deletions

View File

@@ -79,5 +79,24 @@
allowedUDPPorts = [ 80 443 53 ];
};
# 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-vaapi #optional AMD hardware acceleration
obs-gstreamer
obs-vkcapture
];
};
system.stateVersion = "24.05";
}