Add matrix client

This commit is contained in:
2026-02-13 22:03:21 +01:00
parent 3992da067f
commit 68033bd14a
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
element-desktop
];
}