mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	refactor(module): move shell configuration to common modules
This commit is contained in:
		
							parent
							
								
									11b1410d2c
								
							
						
					
					
						commit
						70347dd40b
					
				
					 4 changed files with 37 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -19,7 +19,7 @@ in {
 | 
			
		|||
  options.${namespace}.common.kernel = {
 | 
			
		||||
    enable = mkEnableOption "Modify the standard kernel settings";
 | 
			
		||||
    version = mkOption {
 | 
			
		||||
      type = lib.types.str;
 | 
			
		||||
      type = types.str;
 | 
			
		||||
      default = "linuxPackages_latest";
 | 
			
		||||
      example = "linuxPackages_latest";
 | 
			
		||||
      description = "Set the kernel version to be used by your system";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue