From 4dcb1df11c8bb925e5beae4c7cb138056490afa2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 2 Nov 2017 16:50:46 +0100 Subject: feat: Configure JACK setup for use with Overtone --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 6ca796699056..3ea65328c7af 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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; -- cgit 1.4.1