nixos-configuration/home/signal.nix
2022-02-18 14:22:54 +01:00

6 lines
75 B
Nix

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