update username
This commit is contained in:
		
							parent
							
								
									4195a9215a
								
							
						
					
					
						commit
						da43238a1f
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		|  | @ -60,8 +60,8 @@ | ||||||
| 
 | 
 | ||||||
|   home = { |   home = { | ||||||
|     # Setup our user environment |     # Setup our user environment | ||||||
|     username = "sajenim"; |     username = "erika"; | ||||||
|     homeDirectory = "/home/sajenim"; |     homeDirectory = "/home/erika"; | ||||||
|     sessionVariables = { |     sessionVariables = { | ||||||
|       EDITOR = "nvim"; |       EDITOR = "nvim"; | ||||||
|     }; |     }; | ||||||
|  | @ -69,7 +69,6 @@ | ||||||
|     # Install some packages |     # Install some packages | ||||||
|     packages = with pkgs; [ |     packages = with pkgs; [ | ||||||
|       # Stable user programs |       # Stable user programs | ||||||
|       bitwarden |  | ||||||
|       feh |       feh | ||||||
|       gamemode |       gamemode | ||||||
|       spotify |       spotify | ||||||
|  |  | ||||||
|  | @ -230,7 +230,7 @@ | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   # Users |   # Users | ||||||
|   users.users.sajenim = { |   users.users.erika = { | ||||||
|       isNormalUser = true; |       isNormalUser = true; | ||||||
|       extraGroups = [ "audio" "docker" "networkmanager" "wheel" ]; |       extraGroups = [ "audio" "docker" "networkmanager" "wheel" ]; | ||||||
|       shell = pkgs.zsh; |       shell = pkgs.zsh; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue