refactor(home): homeModules -> ooknet
This commit is contained in:
		
							parent
							
								
									b81c929a0b
								
							
						
					
					
						commit
						1d1cb3092f
					
				
					 104 changed files with 214 additions and 255 deletions
				
			
		| 
						 | 
				
			
			@ -1,12 +1,12 @@
 | 
			
		|||
{ lib, config, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
let
 | 
			
		||||
  cfg = config.homeModules.desktop.creative.audio.inkscape;
 | 
			
		||||
  cfg = config.ooknet.desktop.creative.audio.inkscape;
 | 
			
		||||
  inherit (lib) mkIf mkEnableOption;
 | 
			
		||||
in
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  options.homeModules.desktop.creative.audio.inkscape.enable = mkEnableOption "Enable inkscape home module";
 | 
			
		||||
  options.ooknet.desktop.creative.audio.inkscape.enable = mkEnableOption "Enable inkscape home module";
 | 
			
		||||
  config = mkIf cfg.enable {
 | 
			
		||||
    home.packages = [ pkgs.inkscape-with-extensions ];
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue