summary refs log tree commit diff stats
path: root/sound.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sound.nix')
-rw-r--r--sound.nix6
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;
+}