profiles/meeting: init from legacy

This commit is contained in:
Felix Buehler 2023-03-19 13:57:12 +01:00
parent 62668a94e7
commit 2254e2e3fc
5 changed files with 20 additions and 10 deletions

View file

@ -1,9 +0,0 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
element-desktop
mumble
nheko
teamspeak_client
];
}