nix-configurations/home/features/privacy/default.nix

7 lines
63 B
Nix
Raw Permalink Normal View History

2023-02-01 11:38:23 +00:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
i2p
];
}