{ pkgs, ... }: { imports = [ # ./bitwarden.nix ./proton.nix ]; home.packages = with pkgs; [ libsForQt5.ksshaskpass seahorse ]; }