{pkgs, ...}: {
imports = [./firefox.nix ./wezterm.nix];
home.packages = with pkgs; [neovide bitwarden otpclient signal-desktop fractal];
}