Wanted-by graphical-session doesn't seem to work?

This commit is contained in:
niten 2023-05-20 14:59:24 -07:00
parent 40c136217d
commit 0a7967727e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ in {
systemd.user.services.wallfly = { systemd.user.services.wallfly = {
enable = true; enable = true;
wantedBy = [ "graphical-session.target" ]; wantedBy = [ "default.target" ];
after = [ "graphical-session.target" ]; after = [ "graphical-session.target" ];
path = with pkgs; [ nettools xprintidle ]; path = with pkgs; [ nettools xprintidle ];
restartIfChanged = true; restartIfChanged = true;