update fabian configuration
This commit is contained in:
		
							parent
							
								
									a96e5b7e79
								
							
						
					
					
						commit
						a4b72beaaf
					
				
					 1 changed files with 12 additions and 3 deletions
				
			
		|  | @ -51,9 +51,18 @@ | |||
| 
 | ||||
|   services.xserver.libinput.enable = true; | ||||
| 
 | ||||
|   users.users.fabian = { | ||||
|     isNormalUser = true; | ||||
|     extraGroups = [ "wheel" ]; | ||||
|   programs.zsh.enable = true; | ||||
|   environment.pathsToLink = [ "/share/zsh" ]; | ||||
| 
 | ||||
|   users = { | ||||
|     users.fabian = { | ||||
|       isNormalUser = true; | ||||
|       uid = 1002; | ||||
|       group = "fabian"; | ||||
|       shell = pkgs.zsh; | ||||
|       extraGroups = [ "users" "wheel" ]; | ||||
|     }; | ||||
|     groups.fabian.gid = 1002; | ||||
|   }; | ||||
| 
 | ||||
|   users.users.temp = { | ||||
|  |  | |||
		Reference in a new issue
	
	 Fabian Montero
						Fabian Montero