This commit is contained in:
floppydiskette 2023-04-25 23:30:19 +01:00
parent acea70bea2
commit 01b76fee9c

View file

@ -11,8 +11,8 @@
Unit.After = ["graphical-session.target"]; Unit.After = ["graphical-session.target"];
Install.WantedBy = ["graphical-session.target"]; Install.WantedBy = ["graphical-session.target"];
}; };
home.packages = [pkgs.webcord-vencord];
in { in {
home.packages = [pkgs.webcord-vencord];
systemd.user.services = { systemd.user.services = {
arRPC = mkService { arRPC = mkService {
Unit.Description = "arRPC systemd service"; Unit.Description = "arRPC systemd service";