remove custom zoom .desktop

This commit is contained in:
Don Harper 2024-07-19 14:15:41 -05:00
parent 945cb5c357
commit d2618fa7ea

View file

@ -4,20 +4,20 @@
...
}: {
home.packages = with pkgs; [zoom-us];
xdg = {
configFile."zoom.conf".source = files/zoom.conf;
configFile."zoomus.conf".source = files/zoomus.conf;
desktopEntries = {
myzoom = {
name = "My Zoom-Zoom";
exec = "/home/don/bin/myzoom %u";
terminal = false;
type = "Application";
icon = "Zoom";
comment = "Zoom Video";
mimeType = ["x-scheme-handler/zoommtg" "x-scheme-handler/zoomus" "x-scheme-handler/tel" "x-scheme-handler/callto" "x-scheme-handler/zoomphonecall" "application/x-zoom"];
categories = ["Network" "Application" "Application"];
};
};
};
# xdg = {
# configFile."zoom.conf".source = files/zoom.conf;
# configFile."zoomus.conf".source = files/zoomus.conf;
# desktopEntries = {
# myzoom = {
# name = "My Zoom-Zoom";
# exec = "/home/don/bin/myzoom %u";
# terminal = false;
# type = "Application";
# icon = "Zoom";
# comment = "Zoom Video";
# mimeType = ["x-scheme-handler/zoommtg" "x-scheme-handler/zoomus" "x-scheme-handler/tel" "x-scheme-handler/callto" "x-scheme-handler/zoomphonecall" "application/x-zoom"];
# categories = ["Network" "Application" "Application"];
# };
# };
# };
}