fix
This commit is contained in:
		
							parent
							
								
									55b0cfdd50
								
							
						
					
					
						commit
						ef0ec6a48d
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -21,7 +21,7 @@ in
 | 
			
		|||
 | 
			
		||||
  users.users.${username} = {
 | 
			
		||||
    isNormalUser = true;
 | 
			
		||||
    description = ${username};
 | 
			
		||||
    description = "${username}";
 | 
			
		||||
    extraGroups = [ "networkmanager" "wheel" ];
 | 
			
		||||
    shell = pkgs.zsh;
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
    layout = "us";
 | 
			
		||||
    displayManager.autoLogin = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      user = ${username};
 | 
			
		||||
      user = "${username}";
 | 
			
		||||
    };
 | 
			
		||||
    libinput = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue