Skip to content

Commit

Permalink
suites/business: move teams-for-linux to shared
Browse files Browse the repository at this point in the history
Also remove teams from darwin since we have a shared package, now.
  • Loading branch information
khaneliman committed Aug 29, 2024
1 parent 880a346 commit 170f73b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/home/suites/business/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ in
dooit
jrnl
np
]
++ lib.optionals stdenv.isLinux [
libreoffice
# TODO: replace once https://github.com/NixOS/nixpkgs/pull/337868 is available
# teams-for-linux
pkgs.khanelinix.teams-for-linux
]
++ lib.optionals stdenv.isDarwin [ teams ];
++ lib.optionals stdenv.isLinux [
libreoffice
];

khanelinix = {
programs = {
Expand Down

0 comments on commit 170f73b

Please sign in to comment.