mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-30 17:32:09 +01:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
|   | { config, ... }: | ||
|  | { | ||
|  |   systemd.user.extraConfig = ''
 | ||
|  |     DefaultEnvironment="PATH=/run/current-system/sw/bin" | ||
|  |   '';
 | ||
|  | } |