| 
					
				 | 
			
			
				@@ -228,10 +228,6 @@ update-desktop-database 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # generate default (passwordless) ed25519 ssh key if none exists 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 su $username -c "cd; if [ ! -f ~/.ssh/id_ed25519 ]; then ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_ed25519 && cd && chmod 600 ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519.pub; fi" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-# enable userspace systemd units 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-su $username -c "cd; systemctl --user enable wireplumber.service" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-su $username -c "cd; systemctl --user enable gamemoded.service" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # install gvm loading from ~/.bashrc & ~/.bash_profile, and the latest go version 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 su $username -c "if [ ! -d ~/.gvm ]; then GVM_NO_UPDATE_PROFILE=1 bash < <(curl -Ls https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer 2> /dev/null); fi" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 su $username -c 'grep "gvm" ~/.bash_profile &> /dev/null || echo -e "\n# load gvm\n[ -s $HOME/.gvm/scripts/gvm ] && . $HOME/.gvm/scripts/gvm" >> ~/.bash_profile' 
			 |