{pkgs, ...}: {
imports = [./wezterm.nix];
programs.firefox.enable = true;
home.packages = with pkgs; [
bitwarden
marktext
signal-desktop
zotero
];
}