nixos_PC/shared/sound.nix

11 lines
119 B
Nix
Raw Permalink Normal View History

2024-08-24 12:54:21 +02:00
{ ... }:
{
services.pipewire = {
enable = true;
pulse.enable = true;
};
}
# vim: tabstop=2 softtabstop=2