feat: Configure JACK setup for use with Overtone
This commit is contained in:
parent
87f46244ae
commit
4dcb1df11c
2 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
hardware.pulseaudio.enable = true;
|
||||
time.timeZone = "Europe/Oslo";
|
||||
|
||||
# Configure audio setup for JACK + Overtone
|
||||
boot.kernelModules = [ "snd-seq" "snd-rawmidi" ];
|
||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||
|
||||
# Configure emacs:
|
||||
# (actually, that's a lie, this only installs emacs!)
|
||||
services.emacs.enable = true;
|
||||
|
|
|
@ -46,6 +46,7 @@ in {
|
|||
pass
|
||||
pavucontrol
|
||||
pkgconfig
|
||||
qjackctl
|
||||
ripgrep
|
||||
rofi
|
||||
rofi-pass
|
||||
|
|
Loading…
Reference in a new issue