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