config/homes/desktop/element.nix

8 lines
76 B
Nix
Raw Normal View History

2024-09-15 12:56:25 +01:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
element-desktop
];
}