about summary refs log tree commit diff
path: root/modules/workstation/hardware
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-05-17 12:03:24 +0000
committerAlyssa Ross <hi@alyssa.is>2019-05-17 12:03:24 +0000
commite7e7b920115bd14f840953dc44bba8bbdb4fb6db (patch)
treeba5ba11cbe38fdbb4169a611ef835f21e64cb006 /modules/workstation/hardware
parente8d4fb0701dd14dc535bd98f3b66619fbd53c1f9 (diff)
downloadnixlib-e7e7b920115bd14f840953dc44bba8bbdb4fb6db.tar
nixlib-e7e7b920115bd14f840953dc44bba8bbdb4fb6db.tar.gz
nixlib-e7e7b920115bd14f840953dc44bba8bbdb4fb6db.tar.bz2
nixlib-e7e7b920115bd14f840953dc44bba8bbdb4fb6db.tar.lz
nixlib-e7e7b920115bd14f840953dc44bba8bbdb4fb6db.tar.xz
nixlib-e7e7b920115bd14f840953dc44bba8bbdb4fb6db.tar.zst
nixlib-e7e7b920115bd14f840953dc44bba8bbdb4fb6db.zip
modules/hardware: enable sound
Diffstat (limited to 'modules/workstation/hardware')
-rw-r--r--modules/workstation/hardware/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/workstation/hardware/default.nix b/modules/workstation/hardware/default.nix
index d2b13640277c..9f66bdba99c4 100644
--- a/modules/workstation/hardware/default.nix
+++ b/modules/workstation/hardware/default.nix
@@ -19,4 +19,6 @@ in
     # Remap tab to left super
     /run/current-system/sw/bin/setkeycodes 0f 125
   '';
+
+  sound.enable = true;
 }