{ pkgs, ... }:{ programs.thunderbird = { enable = false; # at time of writing this causes an annoying error talking about profiles, so im just gonna use the package for now }; home.packages = with pkgs; [ thunderbird ]; }