summary refs log tree commit diff stats
path: root/system/settings/hardware/audio.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/audio.nix')
-rw-r--r--system/settings/hardware/audio.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/settings/hardware/audio.nix b/system/settings/hardware/audio.nix
index 0afb38bb..78c7775a 100644
--- a/system/settings/hardware/audio.nix
+++ b/system/settings/hardware/audio.nix
@@ -9,8 +9,6 @@
     pulse.enable = true;
   };
 
-  sound.enable = true;
-
   environment.systemPackages = with pkgs; [
     pamixer
   ];