devos/profiles/im/default.nix

9 lines
136 B
Nix
Raw Normal View History

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