nixfiles/profiles/pulse/default.nix
ChaotiCryptidz 8c7bdaf9f7 I'm Sorry
2021-12-20 23:48:26 +00:00

5 lines
81 B
Nix

{ config, ... }: {
sound.enable = true;
hardware.pulseaudio.enable = true;
}