thinkpad-nixos: Switch to teams-for-linux

This commit is contained in:
traxys 2024-09-13 10:41:21 +02:00
parent d212d46336
commit 2b426cb636

View file

@ -32,6 +32,7 @@ in
imports = [ ./work.nix ];
home.packages = with pkgs; [
teams-for-linux
bear
clang-analyzer
clang-tools
@ -48,8 +49,6 @@ in
sshfs
];
wm.startup = [ { command = "chromium --app=http://teams.microsoft.com"; } ];
wm.workspaces.definitions."".assign = [
"Microsoft Teams"
"Chromium-browser"
@ -430,11 +429,6 @@ in
};
};
xdg.desktopEntries.teams = {
name = "teams";
exec = "${pkgs.chromium}/bin/chromium --app=https://teams.microsoft.com";
};
home.homeDirectory = "/home/boyerq";
home.username = "boyerq";
home.stateVersion = "21.11";