1
0
Fork 0

Install teamviewer

This commit is contained in:
Malte Brandy 2021-05-29 12:24:06 +02:00
parent 6592693425
commit 10eae0ec90
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 1 deletions

View file

@ -65,6 +65,7 @@ in
};
services = {
teamviewer.enable = true;
fwupd.enable = true;
upower.enable = true;
printing = {

View file

@ -5,6 +5,6 @@ let
import self.sources.nixos-unstable { config.allowUnfree = true; };
in
{
inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft;
inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft teamviewer;
inherit (unstableUnfree) steam;
}