diff --git a/nixos.nix b/nixos.nix index 6d2f20c..b65b519 100644 --- a/nixos.nix +++ b/nixos.nix @@ -89,7 +89,7 @@ let systemInformation = import ./system/system-information.nix; in alsa.support32Bit = true; pulse.enable = true; # If you want to use JACK applications, uncomment this - #jack.enable = true; + jack.enable = true; # use the example session manager (no others are packaged yet so this is enabled by default, # no need to redefine it in your config for now)