mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
thinkpad-nixos: Use chromium teams
This commit is contained in:
parent
d9f7289dd6
commit
8a3888d51d
1 changed files with 6 additions and 3 deletions
|
|
@ -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***'";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue