desktop: fix element path

This commit is contained in:
2023-01-28 10:10:54 +01:00
parent 288679ce63
commit 6583aa4f71

View File

@@ -89,7 +89,7 @@
#{ command = "exec ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; }
{ command = "${pkgs.thunderbird}/bin/thunderbird"; }
{ command = "${pkgs.firefox}/bin/firefox"; }
{ command = "${pkgs.element}/bin/element-desktop"; }
{ command = "${pkgs.element-desktop}/bin/element-desktop"; }
];
workspaceAutoBackAndForth = true;