stockholm/lass/2configs/teamviewer.nix
2016-10-20 20:54:38 +02:00

7 lines
99 B
Nix

{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
{
services.teamviewer.enable = true;
}