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 = { systemd.user.services.wallfly = {
enable = true; enable = true;
wantedBy = [ "default.target" ]; wantedBy = [ "xorg.target" ];
after = [ "network-online.target" ]; after = [ "xorg.target" ];
path = with pkgs; [ nettools xprintidle ]; path = with pkgs; [ nettools xprintidle ];
serviceConfig = { serviceConfig = {
ExecStart = pkgs.writeShellScript "launch-wallfly.sh" '' ExecStart = pkgs.writeShellScript "launch-wallfly.sh" ''