added vm auto-resizing screens.
This commit is contained in:
		
							parent
							
								
									43a47321e4
								
							
						
					
					
						commit
						07a4bf6477
					
				
					 11 changed files with 70 additions and 38 deletions
				
			
		| 
						 | 
				
			
			@ -5,24 +5,22 @@
 | 
			
		|||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  options = {
 | 
			
		||||
    home = {
 | 
			
		||||
      git = {
 | 
			
		||||
        workProfile = {
 | 
			
		||||
          enable = lib.mkEnableOption "git work profile";
 | 
			
		||||
          email = lib.mkOption {
 | 
			
		||||
            type = lib.types.str;
 | 
			
		||||
            description = "email for work profile.";
 | 
			
		||||
          };
 | 
			
		||||
    home.git = {
 | 
			
		||||
      workProfile = {
 | 
			
		||||
        enable = lib.mkEnableOption "git work profile";
 | 
			
		||||
        email = lib.mkOption {
 | 
			
		||||
          type = lib.types.str;
 | 
			
		||||
          description = "email for work profile.";
 | 
			
		||||
        };
 | 
			
		||||
        profile = {
 | 
			
		||||
          email = lib.mkOption {
 | 
			
		||||
            type = lib.types.str;
 | 
			
		||||
            description = "email for main profile";
 | 
			
		||||
          };
 | 
			
		||||
          name = lib.mkOption {
 | 
			
		||||
            type = lib.types.str;
 | 
			
		||||
            description = "name for main profile";
 | 
			
		||||
          };
 | 
			
		||||
      };
 | 
			
		||||
      profile = {
 | 
			
		||||
        email = lib.mkOption {
 | 
			
		||||
          type = lib.types.str;
 | 
			
		||||
          description = "email for main profile";
 | 
			
		||||
        };
 | 
			
		||||
        name = lib.mkOption {
 | 
			
		||||
          type = lib.types.str;
 | 
			
		||||
          description = "name for main profile";
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue