summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/encryption/proton.nix
blob: 5de46167ca0762087b21a45efe85851b77c8c705 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    proton-pass
    protonvpn-cli_2
    protonvpn-gui
  ];
}