5 lines
94 B
Nix
5 lines
94 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.teamviewer.enable = true;
|
|
ccr.packages = [ pkgs.teamviewer ];
|
|
}
|