Switch to teams for Linux
This commit is contained in:
parent
ef6405ef14
commit
b83249e23f
3 changed files with 7 additions and 5 deletions
|
|
@ -46,6 +46,7 @@
|
||||||
retroarchFull
|
retroarchFull
|
||||||
spotify
|
spotify
|
||||||
tdesktop
|
tdesktop
|
||||||
|
teams-for-linux
|
||||||
thunderbird
|
thunderbird
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
virt-manager
|
virt-manager
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@
|
||||||
retroarchFull
|
retroarchFull
|
||||||
spotify
|
spotify
|
||||||
tdesktop
|
tdesktop
|
||||||
|
teams-for-linux
|
||||||
thunderbird
|
thunderbird
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
virt-manager
|
virt-manager
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,11 @@ let
|
||||||
# cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
|
# cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
|
||||||
cmd = link: "firefox --new-window ${link}";
|
cmd = link: "firefox --new-window ${link}";
|
||||||
links = [
|
links = [
|
||||||
{
|
# {
|
||||||
desktopName = "Microsoft Teams";
|
# desktopName = "Microsoft Teams";
|
||||||
link = "https://teams.microsoft.com";
|
# link = "https://teams.microsoft.com";
|
||||||
categories = [ "Office" ];
|
# categories = [ "Office" ];
|
||||||
}
|
# }
|
||||||
{
|
{
|
||||||
desktopName = "Chess.com";
|
desktopName = "Chess.com";
|
||||||
link = "https://chess.com";
|
link = "https://chess.com";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue