Don't start unless graphical-session
This commit is contained in:
parent
3787a37197
commit
4bef39c96b
|
@ -48,7 +48,8 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
systemd.user.services.tattler = {
|
||||
path = [ tattler ];
|
||||
wantedBy = [ "default.target" ];
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
after = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = pkgs.writeShellScript "tattler.sh" (concatStringsSep " " ([
|
||||
"tattler"
|
||||
|
|
Loading…
Reference in New Issue