Don't start without graphical-session
This commit is contained in:
parent
0a7967727e
commit
ee9e3281d6
|
@ -55,7 +55,7 @@ in {
|
||||||
|
|
||||||
systemd.user.services.wallfly = {
|
systemd.user.services.wallfly = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "graphical-session.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