summaryrefslogtreecommitdiffstats
path: root/lass/2configs/teamviewer.nix
blob: 48053d7db13cd6b81ef622cf0c55e6c1b0bf8fbd (plain)
1
2
3
4
5
6
{ config, lib, pkgs, ... }:

with lib;
{
  services.teamviewer.enable = true;
}