summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-04-06 13:25:07 +0200
committerAlan Pearce2018-04-06 13:25:07 +0200
commit21d7524134997c8c70327d9150648ee4b33a7b52 (patch)
tree28630b7e199e52cbf5ecf90bcc24867bf4323716
parent1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6 (diff)
downloadnixfiles-21d7524134997c8c70327d9150648ee4b33a7b52.tar.lz
nixfiles-21d7524134997c8c70327d9150648ee4b33a7b52.tar.zst
nixfiles-21d7524134997c8c70327d9150648ee4b33a7b52.zip
Ensure sound is actually enabled
-rw-r--r--modules/hardware/audio.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hardware/audio.nix b/modules/hardware/audio.nix
index f5046574..f229da67 100644
--- a/modules/hardware/audio.nix
+++ b/modules/hardware/audio.nix
@@ -5,6 +5,8 @@
     support32Bit = true;
   };
 
+  sound.enable = true;
+
   environment.systemPackages = with pkgs; [
     pamixer
     pavucontrol