Added path to xwayland-xdg-shell
This commit is contained in:
		
							parent
							
								
									ce9f10504a
								
							
						
					
					
						commit
						db2d29131c
					
				| @ -65,12 +65,6 @@ | |||||||
|     }; |     }; | ||||||
|     users.groups.mixer = { }; |     users.groups.mixer = { }; | ||||||
| 
 | 
 | ||||||
|     # Extra packages |  | ||||||
|     environment.systemPackages = with pkgs; [ |  | ||||||
|       wprs |  | ||||||
|       xwayland |  | ||||||
|     ]; |  | ||||||
| 
 |  | ||||||
|     # wprsd service |     # wprsd service | ||||||
|     systemd.user.services.wprsd = { |     systemd.user.services.wprsd = { | ||||||
|       description = "wprsd Service"; |       description = "wprsd Service"; | ||||||
| @ -80,7 +74,7 @@ | |||||||
|         ConditionUser = "mixer"; |         ConditionUser = "mixer"; | ||||||
|       }; |       }; | ||||||
|       serviceConfig = { |       serviceConfig = { | ||||||
|         ExecStart = "${pkgs.wprs}/bin/wprsd"; |         ExecStart = "${pkgs.wprs}/bin/wprsd --xwayland-xdg-shell-path=${pkgs.wprs}/bin/xwayland-xdg-shell"; | ||||||
|         Environment = "\"RUST_BACKTRACE=full\""; |         Environment = "\"RUST_BACKTRACE=full\""; | ||||||
|         Restart = "always"; |         Restart = "always"; | ||||||
|         RestartSec = 5; |         RestartSec = 5; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jan-Bulthuis
						Jan-Bulthuis