sway: Start premid on launch

This commit is contained in:
The Hedgehog 2022-10-31 13:48:25 -04:00
parent 6dbd2120e1
commit 9c4a3f0547
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -78,6 +78,7 @@ in {
}; };
startup = [ startup = [
{command = "${pkgs.dex}/bin/dex -a";} {command = "${pkgs.dex}/bin/dex -a";}
{command = "${pkgs.premid}/bin/premid";}
]; ];
}; };
}; };