about summary refs log tree commit diff
path: root/hosts/sound.nix
blob: 947f9cdcdf76e35dc80d5fba2282e2701abaf8ad (plain) (blame)
1
{ ... }: { my.hardware.sound = { pipewire = { enable = true; }; }; }