l 2: remove teamviewer

This commit is contained in:
lassulus 2016-12-12 21:48:10 +01:00
parent a4e9999dfe
commit f2f6219390
2 changed files with 0 additions and 7 deletions

View File

@ -18,7 +18,6 @@ with import <stockholm/lib>;
../2configs/wine.nix
../2configs/git.nix
../2configs/skype.nix
../2configs/teamviewer.nix
../2configs/libvirt.nix
../2configs/fetchWallpaper.nix
#../2configs/c-base.nix

View File

@ -1,6 +0,0 @@
{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
{
services.teamviewer.enable = true;
}