remove custom zoom .desktop
This commit is contained in:
parent
945cb5c357
commit
d2618fa7ea
1 changed files with 16 additions and 16 deletions
|
|
@ -4,20 +4,20 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs; [zoom-us];
|
home.packages = with pkgs; [zoom-us];
|
||||||
xdg = {
|
# xdg = {
|
||||||
configFile."zoom.conf".source = files/zoom.conf;
|
# configFile."zoom.conf".source = files/zoom.conf;
|
||||||
configFile."zoomus.conf".source = files/zoomus.conf;
|
# configFile."zoomus.conf".source = files/zoomus.conf;
|
||||||
desktopEntries = {
|
# desktopEntries = {
|
||||||
myzoom = {
|
# myzoom = {
|
||||||
name = "My Zoom-Zoom";
|
# name = "My Zoom-Zoom";
|
||||||
exec = "/home/don/bin/myzoom %u";
|
# exec = "/home/don/bin/myzoom %u";
|
||||||
terminal = false;
|
# terminal = false;
|
||||||
type = "Application";
|
# type = "Application";
|
||||||
icon = "Zoom";
|
# icon = "Zoom";
|
||||||
comment = "Zoom Video";
|
# 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"];
|
# 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"];
|
# categories = ["Network" "Application" "Application"];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue