summaryrefslogtreecommitdiffstats
path: root/2configs/audio
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-06-29 00:15:21 +0200
committermakefu <github@syntax-fehler.de>2017-06-29 00:15:21 +0200
commit53191edf4cf54288d2e1bc6daafbe7e9d12e1f59 (patch)
tree1f0b197e9fb43930e0975f24bc3811f74f734dd7 /2configs/audio
parentd596cb647128c9c2f36cf8bf387b750686dd063a (diff)
ma jack-on-pulse: include jack_capture
Diffstat (limited to '2configs/audio')
-rw-r--r--2configs/audio/jack-on-pulse.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/2configs/audio/jack-on-pulse.nix b/2configs/audio/jack-on-pulse.nix
index 49b61d5a2..a8ee05c7d 100644
--- a/2configs/audio/jack-on-pulse.nix
+++ b/2configs/audio/jack-on-pulse.nix
@@ -11,7 +11,10 @@ in
package = pulse;
};
- environment.systemPackages = with pkgs; [ jack2Full ];
+ environment.systemPackages = with pkgs; [
+ jack2Full
+ jack_capture
+ ];
# from http://anderspapitto.com/posts/2015-11-26-overtone-on-nixos-with-jack-and-pulseaudio.html
systemd.user.services = {