Went back using element-desktop
`schildichat-desktop` was removed from nixpkgs (unsafe)
This commit is contained in:
parent
f05c12545a
commit
fd6ce97879
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = [pkgs.schildichat-desktop];
|
# home.packages = [pkgs.schildichat-desktop];
|
||||||
|
home.packages = [pkgs.element-desktop];
|
||||||
|
|
||||||
systemd.user.services.element-desktop = {
|
systemd.user.services.element-desktop = {
|
||||||
Install.WantedBy = ["graphical-session.target"];
|
Install.WantedBy = ["graphical-session.target"];
|
||||||
|
@ -10,7 +11,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${pkgs.schildichat-desktop}/bin/schildichat-desktop";
|
# ExecStart = "${pkgs.schildichat-desktop}/bin/schildichat-desktop"; # TODO I preferred SchildiChat but it was removed from nixpkgs becuase unsafe
|
||||||
|
ExecStart = "${pkgs.element-desktop}/bin/element-desktop";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 3;
|
RestartSec = 3;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue