Add matrix client
This commit is contained in:
7
systems/modules/matrix.nix
Normal file
7
systems/modules/matrix.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
element-desktop
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user