stockholm/lass/2configs/teamviewer.nix

7 lines
80 B
Nix
Raw Normal View History

2015-12-12 17:04:51 +00:00
{ config, lib, pkgs, ... }:
with lib;
{
services.teamviewer.enable = true;
}