nixfleet/modules/teamviewer/default.nix

5 lines
94 B
Nix

{ pkgs, ... }:
{
services.teamviewer.enable = true;
ccr.packages = [ pkgs.teamviewer ];
}