nixos/extra/meeting.nix

16 lines
283 B
Nix
Raw Normal View History

2020-11-16 21:14:46 +01:00
{ config, lib, pkgs, ... }:
let
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
in
{
environment.systemPackages = with pkgs; [
element-desktop
mumble
unstable.nheko
pidgin
skypeforlinux
signal-desktop
teamspeak_client
];
}