diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 097b489..1b44bd3 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -91,6 +91,12 @@ alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + wireplumber = { + enable = true; + extraConfig.enableMIDI = { + "node.features.audio.control-port" = true; # This is needed for ardour to recognise MIDI keyboards + }; # This is JSON + }; # If you want to use JACK applications, uncomment this #jack.enable = true; @@ -98,6 +104,7 @@ # no need to redefine it in your config for now) #media-session.enable = true; }; + # pam.services = [ # { name = "gnome_keyring" # text = ''