7 lines
99 B
Nix
7 lines
99 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
with import <stockholm/lib>;
|
|
{
|
|
services.teamviewer.enable = true;
|
|
}
|