Don't start without graphical-session

This commit is contained in:
niten 2023-08-23 15:16:05 -07:00
parent 0a7967727e
commit ee9e3281d6
1 changed files with 1 additions and 1 deletions

View File

@ -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;