mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 15:25:08 +02:00
thinkpad-nixos: Switch to teams-for-linux
This commit is contained in:
parent
d212d46336
commit
2b426cb636
1 changed files with 1 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue