Don't start wallfly until after X starts

This commit is contained in:
niten 2022-09-06 17:26:36 -07:00
parent 892d9f52ae
commit a970ad8159
1 changed files with 2 additions and 2 deletions

View File

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