diff --git a/configs/desktop.nix b/configs/desktop.nix index b947c0a..cc586a6 100644 --- a/configs/desktop.nix +++ b/configs/desktop.nix @@ -84,6 +84,7 @@ mpv obsidian strawberry + teams-for-linux thunderbird vscode ]; diff --git a/systems/mottarone/default.nix b/systems/mottarone/default.nix index ebdbaa9..9c8a6a3 100644 --- a/systems/mottarone/default.nix +++ b/systems/mottarone/default.nix @@ -6,7 +6,6 @@ environment.systemPackages = with pkgs; [ chromium gtkterm - teams-for-linux ]; i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";