hosts: move pipewire to services/
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
14
hosts/services/pipewire/default.nix
Normal file
14
hosts/services/pipewire/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
# sound stuff
|
||||
sound.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
socketActivation = true;
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user