summaryrefslogtreecommitdiff
path: root/services/sound.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/sound.nix')
-rw-r--r--services/sound.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/services/sound.nix b/services/sound.nix
new file mode 100644
index 0000000..a9e534a
--- /dev/null
+++ b/services/sound.nix
@@ -0,0 +1,6 @@
+{ config, ... }:
+{
+ # Enable sound.
+ sound.enable = true;
+ hardware.pulseaudio.enable = true;
+}