diff options
author | Alan Pearce | 2018-04-06 13:25:07 +0200 |
---|---|---|
committer | Alan Pearce | 2018-04-06 13:25:07 +0200 |
commit | 21d7524134997c8c70327d9150648ee4b33a7b52 (patch) | |
tree | 28630b7e199e52cbf5ecf90bcc24867bf4323716 /modules/hardware | |
parent | 1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6 (diff) | |
download | nixos-configuration-21d7524134997c8c70327d9150648ee4b33a7b52.tar.lz nixos-configuration-21d7524134997c8c70327d9150648ee4b33a7b52.tar.zst nixos-configuration-21d7524134997c8c70327d9150648ee4b33a7b52.zip |
Ensure sound is actually enabled
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/audio.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hardware/audio.nix b/modules/hardware/audio.nix index f504657..f229da6 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 |