Format with nixfmt-rfc
This commit is contained in:
parent
8c9f699269
commit
a90a9c3a8e
60 changed files with 1756 additions and 1039 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{ stdenv, lib, copyDesktopItems, makeDesktopItem, chromium, ... }:
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
copyDesktopItems,
|
||||
makeDesktopItem,
|
||||
chromium,
|
||||
...
|
||||
}:
|
||||
stdenv.mkDerivation (final: {
|
||||
pname = "teams-pwa";
|
||||
name = final.pname;
|
||||
|
|
@ -10,8 +17,8 @@ stdenv.mkDerivation (final: {
|
|||
name = final.pname;
|
||||
icon = final.pname;
|
||||
exec = "${chromium}/bin/${
|
||||
chromium.meta.mainProgram or chromium.pname
|
||||
} --app=https://teams.microsoft.com";
|
||||
chromium.meta.mainProgram or chromium.pname
|
||||
} --app=https://teams.microsoft.com";
|
||||
desktopName = "Microsoft Teams PWA";
|
||||
genericName = "Progressive Web App for Microsoft Teams";
|
||||
categories = [ "Network" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue