nixos-config/modules/home/matrix.nix

5 lines
99 B
Nix

{pkgs, ...}: {
programs.element-desktop.enable = true;
home.packages = with pkgs; [fractal];
}