home: add Element desktop entry

master
Yorick van Pelt 2023-07-05 14:51:16 +02:00
parent 98959934ff
commit 2f3557afeb
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 7 additions and 0 deletions

View File

@ -269,4 +269,11 @@ in {
obsidian
xwaylandvideobridge
];
xdg.desktopEntries.element = {
name = "Element Desktop";
genericName = "Matrix Client";
exec = "element-desktop %U";
categories = [ "Application" "Network" ];
};
}