stockholm/lass/2configs/teamviewer.nix
2016-02-14 16:43:44 +01:00

7 lines
93 B
Nix

{ config, lib, pkgs, ... }:
with config.krebs.lib;
{
services.teamviewer.enable = true;
}