forked from fabian/nix
		
	restructure apps config
This commit is contained in:
		
							parent
							
								
									2818223d9b
								
							
						
					
					
						commit
						edae8a4dea
					
				
					 2 changed files with 11 additions and 14 deletions
				
			
		|  | @ -4,8 +4,16 @@ | ||||||
|   pkgs, |   pkgs, | ||||||
|   ... |   ... | ||||||
| }: { | }: { | ||||||
|   imports = [ |   local = { | ||||||
|   ]; |     baseline.enable = true; | ||||||
|  |     apps = { | ||||||
|  |       terminal.enable = true; | ||||||
|  |       neovim.enable = true; | ||||||
|  |       steam.enable = true; | ||||||
|  |       yubikey.enable = true; | ||||||
|  |       browsers.enable = true; | ||||||
|  |     }; | ||||||
|  |   }; | ||||||
| 
 | 
 | ||||||
|   home.packages = with pkgs; [ |   home.packages = with pkgs; [ | ||||||
|     calibre |     calibre | ||||||
|  | @ -6,23 +6,12 @@ | ||||||
|   ... |   ... | ||||||
| }: { | }: { | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./apps |     ./apps.nix | ||||||
|     ./systemd |     ./systemd | ||||||
|     ./gui |     ./gui | ||||||
|     ./isolation.nix |     ./isolation.nix | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   local = { |  | ||||||
|     baseline.enable = true; |  | ||||||
|     apps = { |  | ||||||
|       terminal.enable = true; |  | ||||||
|       neovim.enable = true; |  | ||||||
|       steam.enable = true; |  | ||||||
|       yubikey.enable = true; |  | ||||||
|       browsers.enable = true; |  | ||||||
|     }; |  | ||||||
|   }; |  | ||||||
| 
 |  | ||||||
|   nix.registry = { |   nix.registry = { | ||||||
|     "system".to = { |     "system".to = { | ||||||
|       type = "path"; |       type = "path"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue