1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-19 06:01:38 +03:00
digga/profiles/im/default.nix

9 lines
133 B
Nix
Raw Normal View History

2020-06-20 23:02:31 +03:00
{ unstablePkgs, ... }: {
environment.systemPackages = with unstablePkgs; [
discord
riot-desktop
signal-desktop
];
}