1
Fork 0
satellite/modules/applications/hamachi.nix

8 lines
166 B
Nix
Raw Normal View History

2022-11-01 16:48:18 +01:00
{ pkgs, ... }: {
services.logmein-hamachi.enable = true;
home-manager.users.adrielus.home.packages = [
pkgs.logmein-hamachi
pkgs.unstable.haguichi
];
}