steam: don't autostart steam

This commit is contained in:
lelgenio 2023-01-25 14:33:13 -03:00
parent 18357e7779
commit e0cd0e76b4

View file

@ -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;