Add Musnix and enable JACK.
This commit is contained in:
		
							parent
							
								
									d772b85182
								
							
						
					
					
						commit
						e118251bb2
					
				| 
						 | 
				
			
			@ -4,6 +4,7 @@
 | 
			
		|||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    <musnix>
 | 
			
		||||
    ./hardware-configuration.nix # Created by nixos-generate-config.
 | 
			
		||||
    ./packages.nix
 | 
			
		||||
    ./programs-services.nix
 | 
			
		||||
| 
						 | 
				
			
			@ -11,6 +12,8 @@
 | 
			
		|||
    ./users.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  musnix.enable = true;
 | 
			
		||||
 | 
			
		||||
  nix = {
 | 
			
		||||
    settings.experimental-features = [ "flakes" "nix-command" ];
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,6 +35,7 @@
 | 
			
		|||
      alsa.support32Bit = true;
 | 
			
		||||
      enable = true;
 | 
			
		||||
      pulse.enable = true;
 | 
			
		||||
      jack.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    usbmuxd.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue