modify some audio settings

This commit is contained in:
ulic-youthlic 2025-02-28 23:44:09 +08:00
parent e1ff3c1e1a
commit 308be4afb6
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 5 additions and 3 deletions

View file

@ -5,6 +5,7 @@
./programs
];
config = {
services.mpris-proxy.enable = true;
home.packages = with pkgs; [
spacer
devenv

View file

@ -18,7 +18,8 @@ in
enable = true;
plugins = with pkgs.obs-studio-plugins; [
obs-source-record
input-overlay
obs-vaapi
obs-vkcapture
];
};
};