{ pkgs, pkgs-unstable, ... }: { home.packages = [ pkgs-unstable._1password-cli pkgs-unstable._1password-gui ]; xdg.configFile."1password/custom_allowed_browsers" = { text = '' firefox brave zen ''; executable = true; }; }