started modifing configuration structure
This commit is contained in:
18
system/audio/default.nix
Normal file
18
system/audio/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ ... }:
|
||||
{
|
||||
hardware.pulseaudio = {
|
||||
support32Bit = true;
|
||||
daemon.config = {
|
||||
flat-volumes = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user