forked from jan-leila/nix-config
		
	removed extra packages
This commit is contained in:
		
							parent
							
								
									d741c25291
								
							
						
					
					
						commit
						eca8dfcf69
					
				
					 3 changed files with 12 additions and 32 deletions
				
			
		|  | @ -1,20 +1,10 @@ | |||
| { | ||||
|   lib, | ||||
|   pkgs, | ||||
|   config, | ||||
|   osConfig, | ||||
|   ... | ||||
| }: { | ||||
|   options.programs.obs-studio = { | ||||
|     # enable = lib.mkEnableOption "enable obs"; | ||||
|   }; | ||||
| 
 | ||||
|   config = lib.mkIf config.programs.obs-studio.enable (lib.mkMerge [ | ||||
|     { | ||||
|       home.packages = with pkgs; [ | ||||
|         obs-studio | ||||
|       ]; | ||||
|     } | ||||
|     ( | ||||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         # TODO: map impermanence for obs | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue