l 2: add teamviewer.nix

This commit is contained in:
lassulus 2015-12-12 18:04:51 +01:00
parent 1e81cb2151
commit e59542f12d

View File

@ -0,0 +1,6 @@
{ config, lib, pkgs, ... }:
with lib;
{
services.teamviewer.enable = true;
}