thinkpad-nixos: Use chromium teams

This commit is contained in:
traxys 2023-04-18 10:20:49 +02:00
parent d9f7289dd6
commit 8a3888d51d

View file

@ -19,12 +19,10 @@
shfmt
slack
sshfs
teams
];
wm.startup = [
{command = "teams";}
{command = "chromium --new-window teams.microsoft.com";}
{command = "chromium --app=http://teams.microsoft.com";}
];
wm.workspaces.definitions."".assign = [
@ -62,6 +60,11 @@
};
};
xdg.desktopEntries.teams = {
name = "teams";
exec = "${pkgs.chromium}/bin/chromium --app=https://teams.microsoft.com";
};
programs.zsh.shellAliases = {
gemail = "git send-email --to='dl-bxi-sw-ll-patches@***REMOVED***'";
};