diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 14:18:03 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 14:18:03 +0200 |
| commit | b20a3f9a30a0e7a8a21f610c6d46f07435251293 (patch) | |
| tree | 34072d9ed12874b2a8cd7babf3c98c04481a5575 | |
| parent | 2d574acd5a985ce29aaf7a7e5625d9b858772488 (diff) | |
| download | nixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.tar nixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.tar.gz nixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.tar.bz2 nixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.tar.xz nixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.zip | |
new pulseaudio output
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -267,7 +267,7 @@ | |||
| 267 | hardware = { | 267 | hardware = { |
| 268 | pulseaudio = { | 268 | pulseaudio = { |
| 269 | enable = true; | 269 | enable = true; |
| 270 | package = with pkgs; pulseaudioFull.out; | 270 | package = with pkgs; pulseaudioFull; |
| 271 | support32Bit = true; | 271 | support32Bit = true; |
| 272 | }; | 272 | }; |
| 273 | 273 | ||
