diff options
Diffstat (limited to 'sound.nix')
-rw-r--r-- | sound.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound.nix b/sound.nix new file mode 100644 index 0000000..10c3916 --- /dev/null +++ b/sound.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ... }: + +{ + sound.enable = true; + hardware.pulseaudio.enable = true; +} |