summary refs log tree commit diff stats
path: root/sound.nix
blob: 10c3916f7354c5cb556f7f0c6754bd7747edc923 (plain) (blame)
1
2
3
4
5
6
{ config, pkgs, ... }:

{
   sound.enable = true;
   hardware.pulseaudio.enable = true;
}