This commit is contained in:
2026-03-05 09:16:13 +01:00
parent aef0e3ea44
commit 08e1aa293d

View File

@@ -0,0 +1,7 @@
{ ... }: {
flake.nixosModules.apps-sys-teams = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
teams-for-linux
];
};
}