first 'working' hyperland config, no bar yet
This commit is contained in:
		
							parent
							
								
									3a31a8b5ee
								
							
						
					
					
						commit
						44381d8171
					
				
					 11 changed files with 639 additions and 71 deletions
				
			
		| 
						 | 
				
			
			@ -5,12 +5,12 @@
 | 
			
		|||
  ...
 | 
			
		||||
}:
 | 
			
		||||
let
 | 
			
		||||
  inherit(lib) mkIf;
 | 
			
		||||
  inherit(lib.wyrdgard) mkBoolOpt;
 | 
			
		||||
  inherit (lib) mkIf;
 | 
			
		||||
  inherit (lib.wyrdgard) mkBoolOpt;
 | 
			
		||||
  cfg = config.wyrdgard.apps.cli-apps.nixvim;
 | 
			
		||||
in
 | 
			
		||||
{
 | 
			
		||||
  options.wyrdgard.apps.cli-apps.nixvim =   {
 | 
			
		||||
  options.wyrdgard.apps.cli-apps.nixvim = {
 | 
			
		||||
    enable = mkBoolOpt true "Whether to enable nixvim or not (Default true)";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue