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;
|
hardware.pulseaudio.enable = true;
|
||||||
time.timeZone = "Europe/Oslo";
|
time.timeZone = "Europe/Oslo";
|
||||||
|
|
||||||
|
# Configure audio setup for JACK + Overtone
|
||||||
|
boot.kernelModules = [ "snd-seq" "snd-rawmidi" ];
|
||||||
|
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||||
|
|
||||||
# Configure emacs:
|
# Configure emacs:
|
||||||
# (actually, that's a lie, this only installs emacs!)
|
# (actually, that's a lie, this only installs emacs!)
|
||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
|
|
|
@ -46,6 +46,7 @@ in {
|
||||||
pass
|
pass
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
qjackctl
|
||||||
ripgrep
|
ripgrep
|
||||||
rofi
|
rofi
|
||||||
rofi-pass
|
rofi-pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue