summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/networking/default.nix
blob: d5a14cac2c65a82047c73b436b0230c0cc4cc372 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs, ... }:
{
  imports = [
    ./smolnet
    ./tools
    ./glance.nix
    ./i2p.nix
  ];

  home.packages = [ pkgs.i2p ];
}