refactor(home): homeModules -> ooknet
This commit is contained in:
		
							parent
							
								
									b81c929a0b
								
							
						
					
					
						commit
						1d1cb3092f
					
				
					 104 changed files with 214 additions and 255 deletions
				
			
		|  | @ -6,7 +6,7 @@ | |||
|     # ./nvim | ||||
|   ]; | ||||
| 
 | ||||
|   options.homeModules.console.editor = { | ||||
|   options.ooknet.console.editor = { | ||||
|     helix = { | ||||
|       enable = lib.mkEnableOption "Enable helix text editor"; | ||||
|       default = lib.mkOption { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { inputs, config, pkgs, lib, ... }: | ||||
| let | ||||
|   cfg = config.homeModules.console.editor.helix; | ||||
|   cfg = config.ooknet.console.editor.helix; | ||||
|   inherit (config) colorscheme; | ||||
| in | ||||
| { | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| { pkgs, lib, config, ... }:  | ||||
| 
 | ||||
| let | ||||
|   cfg = config.homeModules.console.editor.helix; | ||||
|   cfg = config.ooknet.console.editor.helix; | ||||
| in | ||||
| 
 | ||||
| { | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| 
 | ||||
| let | ||||
|   inherit (config.colorscheme) palette; | ||||
|   cfg = config.homeModules.console.editor.nvim; | ||||
|   cfg = config.ooknet.console.editor.nvim; | ||||
| in | ||||
|    | ||||
| { | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| { config, lib, ... }: | ||||
| 
 | ||||
| let | ||||
|   cfg = config.homeModules.console.editor.nvim; | ||||
|   cfg = config.ooknet.console.editor.nvim; | ||||
| in | ||||
| 
 | ||||
| { | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ | |||
|     ./lualine.nix | ||||
|   ]; | ||||
| 
 | ||||
|   options.homeModules.console.editor.nvim.plugins = { | ||||
|   options.ooknet.console.editor.nvim.plugins = { | ||||
|     indentBlankline = lib.mkOption { | ||||
|       type = lib.types.bool; | ||||
|       default = false; | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| { config, lib, ... }: | ||||
| 
 | ||||
| let | ||||
|   cfg = config.homeModules.console.editor.nvim.plugins; | ||||
|   cfg = config.ooknet.console.editor.nvim.plugins; | ||||
| in | ||||
| 
 | ||||
| { | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| { config, lib, ... }: | ||||
| 
 | ||||
| let | ||||
|   cfg = config.homeModules.console.editor.nvim.plugins; | ||||
|   cfg = config.ooknet.console.editor.nvim.plugins; | ||||
| in | ||||
| 
 | ||||
| { | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| { config, lib, ... }: | ||||
| 
 | ||||
| let | ||||
|   cfg = config.homeModules.console.editor.nvim.plugins; | ||||
|   cfg = config.ooknet.console.editor.nvim.plugins; | ||||
| in | ||||
| 
 | ||||
| { | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| 
 | ||||
| let | ||||
|   inherit (config.colorscheme) palette; | ||||
|   cfg = config.homeModules.console.editor.nvim; | ||||
|   cfg = config.ooknet.console.editor.nvim; | ||||
| in | ||||
| 
 | ||||
| { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue