7 lines
80 B
Nix
7 lines
80 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
with lib;
|
|
{
|
|
services.teamviewer.enable = true;
|
|
}
|