modify some audio settings
This commit is contained in:
parent
1b827ed388
commit
95a5012437
4 changed files with 5 additions and 3 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
./programs
|
./programs
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
|
services.mpris-proxy.enable = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
spacer
|
spacer
|
||||||
devenv
|
devenv
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,8 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
obs-source-record
|
obs-source-record
|
||||||
input-overlay
|
obs-vaapi
|
||||||
|
obs-vkcapture
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"wheel"
|
"wheel"
|
||||||
"video"
|
"video"
|
||||||
|
"audio"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
services.udev = {
|
services.udev = {
|
||||||
|
|
|
||||||
|
|
@ -68,8 +68,7 @@ in
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
# If you want to use JACK applications, uncomment this
|
jack.enable = true;
|
||||||
#jack.enable = true;
|
|
||||||
|
|
||||||
# use the example session manager (no others are packaged yet so this is enabled by default,
|
# use the example session manager (no others are packaged yet so this is enabled by default,
|
||||||
# no need to redefine it in your config for now)
|
# no need to redefine it in your config for now)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue