9 lines
146 B
Nix
Executable file
9 lines
146 B
Nix
Executable file
{ pkgs, config, ... }:
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
mumble # voip
|
|
element-desktop # fully featured matrix client
|
|
];
|
|
}
|