home | add zoom

This commit is contained in:
Don Harper 2023-11-09 13:59:22 -06:00
parent c1a303f852
commit db45175acc
4 changed files with 278 additions and 12 deletions

View file

@ -3,7 +3,6 @@
imports = [
./alacritty.nix
./autostart.nix
./citrix.nix
./fuzzel.nix
./kde.nix
./mpv.nix
@ -11,6 +10,9 @@
./qutebrowser.nix
./sway.nix
./terminals.nix
# Install non-free
./citrix.nix
./zoom.nix
];
home.packages = with pkgs; [
#cantarell-fonts
@ -70,7 +72,6 @@
thunderbird
victor-mono
widevine-cdm
zoom-us
];
xdg = {
mimeApps = {
@ -152,16 +153,6 @@
mimeType = [ "x-scheme-handler/obsidian" ];
categories = [ "Office" ];
};
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" ];
};
};
};
}