forked from fabian/nix
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   lib,
 | |
|   pkgs,
 | |
|   ...
 | |
| }:
 | |
| with lib; {
 | |
|   systemd.user.tmpfiles.rules = [
 | |
|     "d %t/tmp 0700 fabian fabian 24h"
 | |
|   ];
 | |
| }
 |