summaryrefslogtreecommitdiffstats
path: root/makefu
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
commitf8c534dc0e93e781563ce230b521dde49a361293 (patch)
tree14f404958dcaefce65621cd288a7938e0582792d /makefu
parent89fd62c21a65fc129c9f6dd59513a55a6298d921 (diff)
ma jack-on-pulse: include jack_capture
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/audio/jack-on-pulse.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefu/2configs/audio/jack-on-pulse.nix b/makefu/2configs/audio/jack-on-pulse.nix
index 49b61d5a..a8ee05c7 100644
--- a/makefu/2configs/audio/jack-on-pulse.nix
+++ b/makefu/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 = {