mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-11-04 11:36:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			399 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			399 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# Configuration that spans across system and home, or are collections of modules
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ./3d-design
 | 
						|
    ./android
 | 
						|
    ./clean
 | 
						|
    ./desktop-apps
 | 
						|
    ./desktop-dev
 | 
						|
    ./development
 | 
						|
    ./filesystem
 | 
						|
    ./gaming
 | 
						|
    ./gnome
 | 
						|
    ./latex
 | 
						|
    ./media
 | 
						|
    ./meeting
 | 
						|
    ./nautilus
 | 
						|
    ./nix
 | 
						|
    ./powersave
 | 
						|
    ./printing
 | 
						|
    ./sway
 | 
						|
    ./sync
 | 
						|
    ./update
 | 
						|
    ./usb-iso
 | 
						|
    ./webcam
 | 
						|
  ];
 | 
						|
}
 |