all repos — archive/nixos-configuration @ 21d7524134997c8c70327d9150648ee4b33a7b52

Superseded by nixfiles

Ensure sound is actually enabled

Alan Pearce
commit

21d7524134997c8c70327d9150648ee4b33a7b52

parent

1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M modules/hardware/audio.nixmodules/hardware/audio.nix
@@ -5,6 +5,8 @@ enable = true;
support32Bit = true; }; + sound.enable = true; + environment.systemPackages = with pkgs; [ pamixer pavucontrol