There is no xorg.target. Use graphical-session.

This commit is contained in:
niten 2022-09-26 11:04:14 -07:00
parent a970ad8159
commit 90ba657a24
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ in {
systemd.user.services.wallfly = { systemd.user.services.wallfly = {
enable = true; enable = true;
wantedBy = [ "xorg.target" ]; wantedBy = [ "graphical-session.target" ];
after = [ "xorg.target" ]; after = [ "graphical-session.target" ];
path = with pkgs; [ nettools xprintidle ]; path = with pkgs; [ nettools xprintidle ];
serviceConfig = { serviceConfig = {
ExecStart = pkgs.writeShellScript "launch-wallfly.sh" '' ExecStart = pkgs.writeShellScript "launch-wallfly.sh" ''