teams desktop

This commit is contained in:
Tristan 2023-04-20 17:58:05 +01:00
parent d7fa0319d0
commit 61779f8b00
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,8 @@
{ config, pkgs, user, name, ... }:
# https://nix-community.github.io/home-manager/options.html
let
brave-nightly = pkgs.callPackage ../../custom/brave-nightly/. { };
in
{
# don't change
home.stateVersion = "22.05";
@ -14,6 +17,12 @@
libreoffice
ansible
thunderbird
(pkgs.makeDesktopItem {
name = "teams";
desktopName = "Microsoft Teams";
exec = "${brave-nightly}/opt/brave.com/brave-nightly/brave-browser-nightly --app-id=cifhbcnohmdccbgoicgdjpfamggdegmo";
icon = "brave-cifhbcnohmdccbgoicgdjpfamggdegmo-Default";
})
];
programs.git = {