mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 13:50:04 +00:00 
			
		
		
		
	[general] update bluetooth config, several tweaks in home-manager section
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
		
							parent
							
								
									ae474de92e
								
							
						
					
					
						commit
						f9343a67b6
					
				
					 2 changed files with 17 additions and 0 deletions
				
			
		|  | @ -115,14 +115,26 @@ | |||
|   hardware.bluetooth = { | ||||
|     enable = true; | ||||
|     powerOnBoot = true; | ||||
|     package = pkgs.bluez; | ||||
| 
 | ||||
|     settings = { | ||||
|       General = { | ||||
|         Disable = "Handsfree"; | ||||
|         ControllerMode = "dual"; | ||||
|         FastConnectable = "true"; | ||||
|         Experimental = "true"; | ||||
|         KernelExperimental = "true"; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   services.blueman.enable = true; | ||||
| 
 | ||||
|   programs.steam = { | ||||
|     remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play | ||||
|     dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server | ||||
|   }; | ||||
| 
 | ||||
|   # Enable automatic screen rotation and similar features | ||||
|   hardware.sensor.iio.enable = true; | ||||
| 
 | ||||
|  | @ -170,6 +182,10 @@ | |||
|     vlc | ||||
|     libreoffice | ||||
|     spotify | ||||
| 
 | ||||
|     # Bluetooth | ||||
|     bluez | ||||
|     bluez-tools | ||||
|   ]; | ||||
| 
 | ||||
|   # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion | ||||
|  |  | |||
|  | @ -33,6 +33,7 @@ | |||
|     wineWowPackages.waylandFull | ||||
|     vesktop | ||||
|     lunar-client | ||||
|     steam | ||||
| 
 | ||||
|     # For development | ||||
|     avra | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue