Install element and signal

This commit is contained in:
Valentin Brandl
2022-02-18 14:22:54 +01:00
parent 8cf59cda0b
commit 8afcad1f58
3 changed files with 12 additions and 0 deletions

5
home/element.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
element-desktop
];
}