ma jack-on-pulse: include jack_capture
This commit is contained in:
parent
d596cb6471
commit
53191edf4c
|
@ -11,7 +11,10 @@ in
|
||||||
package = pulse;
|
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
|
# from http://anderspapitto.com/posts/2015-11-26-overtone-on-nixos-with-jack-and-pulseaudio.html
|
||||||
|
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
|
|
Loading…
Reference in a new issue