home | add zoom
This commit is contained in:
parent
c1a303f852
commit
db45175acc
4 changed files with 278 additions and 12 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue