forked from jan-leila/nix-config
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			415 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			415 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # this folder container modules that are for nixos only
 | |
| {...}: {
 | |
|   imports = [
 | |
|     ./home-manager
 | |
|     ./system.nix
 | |
|     ./hardware.nix
 | |
|     ./users.nix
 | |
|     ./desktop.nix
 | |
|     ./ssh.nix
 | |
|     ./i18n.nix
 | |
|     ./sync.nix
 | |
|     ./impermanence.nix
 | |
|     ./disko.nix
 | |
|     ./ollama.nix
 | |
|     ./ai.nix
 | |
|     ./tailscale.nix
 | |
|     ./steam.nix
 | |
|     ./server
 | |
|   ];
 | |
| 
 | |
|   nixpkgs.config.permittedInsecurePackages = [
 | |
|     "dotnet-sdk-6.0.428"
 | |
|   ];
 | |
| }
 |