feat(desktop): add teams

This commit is contained in:
uku 2024-09-10 13:48:23 +02:00
parent 32bc74c465
commit 2cfa754175
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 1 additions and 1 deletions

View file

@ -84,6 +84,7 @@
mpv
obsidian
strawberry
teams-for-linux
thunderbird
vscode
];

View file

@ -6,7 +6,6 @@
environment.systemPackages = with pkgs; [
chromium
gtkterm
teams-for-linux
];
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";