mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-04 14:30:28 +01:00 
			
		
		
		
	home-profile: zsh add speedtest, use lib.getExe
This commit is contained in:
		
							parent
							
								
									e442af49ba
								
							
						
					
					
						commit
						6da0978779
					
				@ -138,7 +138,11 @@ in
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        myip() {
 | 
			
		||||
          wget -qO- https://wtfismyip.com/text
 | 
			
		||||
          ${lib.getExe pkgs.wget} -qO- https://wtfismyip.com/text
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        speedtest() {
 | 
			
		||||
          ${lib.getExe pkgs.curl} -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | ${lib.getExe pkgs.python3} 
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user