diff --git a/nix/os/devices/steveej-t480s-work/pkg.nix b/nix/os/devices/steveej-t480s-work/pkg.nix index 0bbf536..fa0e20a 100644 --- a/nix/os/devices/steveej-t480s-work/pkg.nix +++ b/nix/os/devices/steveej-t480s-work/pkg.nix @@ -4,4 +4,5 @@ { home-manager.users.steveej = import ../../../home-manager/configuration/graphical-fullblown.nix; + services.teamviewer.enable = true; }