/ cli / proton.nix
proton.nix
1  { config, lib, pkgs, ... }: {
2    home.packages = [ pkgs.proton-caller ];
3  }