1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-18 05:31:30 +03:00
digga/profiles/im/default.nix
2020-06-20 14:02:31 -06:00

9 lines
133 B
Nix

{ unstablePkgs, ... }: {
environment.systemPackages = with unstablePkgs; [
discord
riot-desktop
signal-desktop
];
}