mirror of
https://github.com/divnix/digga.git
synced 2024-12-18 05:31:30 +03:00
9 lines
133 B
Nix
9 lines
133 B
Nix
{ unstablePkgs, ... }: {
|
|
environment.systemPackages = with unstablePkgs; [
|
|
discord
|
|
riot-desktop
|
|
signal-desktop
|
|
];
|
|
}
|
|
|