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

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