Wanted-by graphical-session doesn't seem to work?
This commit is contained in:
parent
40c136217d
commit
0a7967727e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue