nixhome/privacy-gui.nix

8 lines
95 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
mullvad-vpn
tor-browser
];
}