stockholm/lass/2configs/teamviewer.nix
2015-12-12 18:04:51 +01:00

7 lines
80 B
Nix

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