From e0772741cce7363cc74165e9065c469b731e342b Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:56:57 +0200 Subject: [PATCH] reenable scheibnkleister-presence --- systems/pc/configuration.nix | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 4de18e6..21a8f21 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -115,20 +115,20 @@ ''; }; - ##systemd.user.services.scheibnkleister-presence = { - ## description = "scheibnkleister-presence"; - ## wantedBy = [ "graphical-session.target" ]; - ## wants = [ "graphical-session.target" ]; - ## after = [ "graphical-session.target" ]; - ## serviceConfig = { - ## Type = "simple"; - ## ExecStart = - ## "${pkgs.scheibnkleister-presence}/bin/scheibnkleister-presence"; - ## Restart = "on-failure"; - ## RestartSec = 1; - ## TimeoutStopSec = 10; - ## }; - ##}; + systemd.user.services.scheibnkleister-presence = { + description = "scheibnkleister-presence"; + wantedBy = [ "graphical-session.target" ]; + wants = [ "graphical-session.target" ]; + after = [ "graphical-session.target" ]; + serviceConfig = { + Type = "simple"; + ExecStart = + "${pkgs.scheibnkleister-presence}/bin/scheibnkleister-presence"; + Restart = "on-failure"; + RestartSec = 1; + TimeoutStopSec = 10; + }; + }; # apple shit