dot_testing/modules/pulse.nix

9 lines
143 B
Nix
Raw Permalink Normal View History

2023-12-28 00:20:13 -06:00
{ lib, config, pkgs, ...}:
{
sound.enable = true;
hardware.pulseaudio.enable = true;
2024-01-09 08:05:49 -06:00
users.extraUsers.usr.extraGroups = [ "audio" ];
2023-12-28 00:20:13 -06:00
}