Update audio.nix
This commit is contained in:
parent
936b3d3e92
commit
a732424c62
1 changed files with 10 additions and 10 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# audio.nix
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Enable sound with pipewire.
|
||||
services.pulseaudio.enable = false;
|
||||
|
|
@ -9,6 +10,5 @@
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue