add pulseaudio
This commit is contained in:
		
							parent
							
								
									69f154eaea
								
							
						
					
					
						commit
						0ab4397329
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -109,9 +109,11 @@ in
 | 
				
			||||||
  virtualisation.docker.enable = true;
 | 
					  virtualisation.docker.enable = true;
 | 
				
			||||||
  # Enable sound with pipewire.
 | 
					  # Enable sound with pipewire.
 | 
				
			||||||
  sound.enable = true;
 | 
					  sound.enable = true;
 | 
				
			||||||
  hardware.pulseaudio.enable = true;
 | 
					  # hardware.pulseaudio.enable = true;
 | 
				
			||||||
  security.rtkit.enable = true;
 | 
					  security.rtkit.enable = true;
 | 
				
			||||||
  services.pipewire.enable = true;
 | 
					  services.pipewire.enable = true;
 | 
				
			||||||
 | 
					  # services.pipewire.media-session.enable = true;
 | 
				
			||||||
 | 
					  services.pipewire.pulse.enable = true;
 | 
				
			||||||
  # Enable touchpad support (enabled default in most desktopManager).
 | 
					  # Enable touchpad support (enabled default in most desktopManager).
 | 
				
			||||||
  services.xserver.libinput.enable = true;
 | 
					  services.xserver.libinput.enable = true;
 | 
				
			||||||
  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
					  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
				
			||||||
| 
						 | 
					@ -168,6 +170,7 @@ in
 | 
				
			||||||
    bemenu # wayland clone of dmenu
 | 
					    bemenu # wayland clone of dmenu
 | 
				
			||||||
    mako # notification system developed by swaywm maintainer
 | 
					    mako # notification system developed by swaywm maintainer
 | 
				
			||||||
    (orchis-theme.override { tweaks = [ "compact" "solid" ]; })
 | 
					    (orchis-theme.override { tweaks = [ "compact" "solid" ]; })
 | 
				
			||||||
 | 
					    pulseaudio
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
  # enable sway window manager
 | 
					  # enable sway window manager
 | 
				
			||||||
  programs.sway = {
 | 
					  programs.sway = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue