laptop: tweaks

This commit is contained in:
Lgmrszd 2025-10-16 12:29:46 +04:00
parent 6d597df30d
commit 1688632231
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
3 changed files with 16 additions and 18 deletions

View file

@ -228,7 +228,7 @@
programs.floorp = {
enable = true;
# package = pkgs.unstable.floorp-bin;
};
# ---------
@ -276,7 +276,15 @@
programs.obs-studio = {
enable = true;
package = (
pkgs.obs-studio.override {
cudaSupport = true;
}
);
plugins = with pkgs.obs-studio-plugins; [
obs-websocket
obs-vkcapture
obs-pipewire-audio-capture
obs-tuna