home packages: disable element desktop

This commit is contained in:
The Hedgehog 2023-01-31 21:40:29 -05:00
parent 37fe2f8ccd
commit 4b2a6be8d9
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 11 additions and 12 deletions

View file

@ -38,7 +38,6 @@ in {
# (discord.override {withOpenASAR = true;})
dxvk
editorconfig-core-c
element-desktop-wayland
factorio-experimental
fd
ffmpeg

View file

@ -34,16 +34,16 @@
publicShare = "$HOME/.xdg/share";
templates = "$HOME/.xdg/templates";
};
desktopEntries = {
element-desktop = {
categories = ["Network" "InstantMessaging"];
comment = "Desktop app for Element";
exec = "element-desktop";
genericName = "Element Desktop App";
name = "Element Desktop";
terminal = false;
type = "Application";
};
};
# desktopEntries = {
# element-desktop = {
# categories = ["Network" "InstantMessaging"];
# comment = "Desktop app for Element";
# exec = "element-desktop";
# genericName = "Element Desktop App";
# name = "Element Desktop";
# terminal = false;
# type = "Application";
# };
# };
};
}