Files
nix-config/systems/modules/matrix.nix
2026-02-13 22:03:21 +01:00

8 lines
97 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
element-desktop
];
}