diff --git a/module.nix b/module.nix index 942e710..430a582 100644 --- a/module.nix +++ b/module.nix @@ -55,7 +55,7 @@ in { systemd.user.services.wallfly = { enable = true; - wantedBy = [ "default.target" ]; + wantedBy = [ "graphical-session.target" ]; after = [ "graphical-session.target" ]; path = with pkgs; [ nettools xprintidle ]; restartIfChanged = true;