mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-10-31 01:27:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { pkgs, ... }:
 | |
| {
 | |
|   programs.niri.settings = {
 | |
|     spawn-at-startup = [
 | |
|       { command = [ "${pkgs.xwayland-satellite}/bin/xwayland-satellite" ]; }
 | |
|     ];
 | |
|     environment.DISPLAY = ":0";
 | |
|   };
 | |
| }
 | 
