steam: don't autostart steam
This commit is contained in:
		
							parent
							
								
									18357e7779
								
							
						
					
					
						commit
						e0cd0e76b4
					
				
					 1 changed files with 0 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -170,22 +170,6 @@
 | 
			
		|||
      videos = "${HOME}/Vídeos";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
  systemd.user.services = {
 | 
			
		||||
    steam = {
 | 
			
		||||
      Unit = {
 | 
			
		||||
        Description = "Steam client";
 | 
			
		||||
        PartOf = [ "graphical-session.target" ];
 | 
			
		||||
        After = [ "graphical-session.target" ];
 | 
			
		||||
      };
 | 
			
		||||
      Service = {
 | 
			
		||||
        ExecStartPre = "/usr/bin/env sleep 20s";
 | 
			
		||||
        ExecStart = "${pkgs.steam}/bin/steam";
 | 
			
		||||
        Restart = "on-failure";
 | 
			
		||||
      };
 | 
			
		||||
      Install = { WantedBy = [ "sway-session.target" ]; };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.kdeconnect = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    indicator = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue