{ pkgs, ... }: { imports = [ ./smolnet ./tools ./glance.nix ./i2p.nix ]; home.packages = [ pkgs.i2p ]; services.tailray.enable = true; }