os/profiles/im/default.nix

9 lines
136 B
Nix
Raw Normal View History

2020-06-20 14:02:31 -06:00
{ unstablePkgs, ... }: {
environment.systemPackages = with unstablePkgs; [
discord
2020-07-20 18:07:26 -06:00
element-desktop
2020-06-20 14:02:31 -06:00
signal-desktop
];
}