home | refactor
This commit is contained in:
parent
672d71a83a
commit
73fadb981d
468 changed files with 197 additions and 210 deletions
|
|
@ -1,20 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue