- move bind scripts to standalone shell applications - split configuration into more modules - still more work to be done
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   imports = [
 | |
|     ./appearance.nix
 | |
|     ./binds.nix
 | |
|     ./rules.nix
 | |
|     ./exec.nix
 | |
|     ./env.nix
 | |
|     ./inputs.nix
 | |
|     ./misc.nix
 | |
|     ./monitor.nix
 | |
|     ./gestures.nix
 | |
|   ];
 | |
| }
 |