fixed the thunderbird commit

it had some stupid error about profiles idc though its 2330 rn im meant
to be in bed
This commit is contained in:
Gabriella Bere 2025-08-11 23:29:08 +01:00
parent d4eb4387c2
commit 4b4fb48908

View file

@ -1,12 +1,8 @@
{ ... }:{
{ pkgs, ... }:{
programs.thunderbird = {
enable = true;
# profiles.blue = {
# isDefault = true;
# search = {
# default = "ddg";
# force = true;
# };
# };
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
];
}