5 lines
99 B
Nix
5 lines
99 B
Nix
{pkgs, ...}: {
|
|
programs.element-desktop.enable = true;
|
|
home.packages = with pkgs; [fractal];
|
|
}
|