new profile catagory: theme. refactor modules for wallpaper, fonts, gtk, and qt. adjusted modules that depend on old theming modules
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ./appearance.nix
 | 
						|
    ./binds.nix
 | 
						|
    ./rules.nix
 | 
						|
    ./exec.nix
 | 
						|
    ./env.nix
 | 
						|
    ./inputs.nix
 | 
						|
    ./misc.nix
 | 
						|
    ./monitor.nix
 | 
						|
    ./gestures.nix
 | 
						|
    ./hyprpaper.nix
 | 
						|
  ];
 | 
						|
}
 |