ZeComputa: Use chromium teams

This commit is contained in:
Quentin Boyer 2023-04-17 20:42:04 +02:00
parent 895a465e5d
commit 71d99a97e1

View file

@ -6,8 +6,6 @@
home.username = "${config.extraInfo.username}";
home.homeDirectory = "/home/${config.extraInfo.username}";
home.packages = with pkgs; [teams];
programs.git = {
userName = "traxys";
userEmail = config.extraInfo.email;
@ -19,6 +17,11 @@
"".output = "DP-2";
};
xdg.desktopEntries.teams = {
name = "teams";
exec = "${pkgs.chromium}/bin/chromium --app=https://teams.microsoft.com";
};
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards