Don't start wallfly until after X starts
This commit is contained in:
parent
892d9f52ae
commit
a970ad8159
|
@ -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" ''
|
||||||
|
|
Loading…
Reference in New Issue