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:
parent
d4eb4387c2
commit
4b4fb48908
1 changed files with 5 additions and 9 deletions
|
@ -1,12 +1,8 @@
|
||||||
{ ... }:{
|
{ pkgs, ... }:{
|
||||||
programs.thunderbird = {
|
programs.thunderbird = {
|
||||||
enable = true;
|
enable = false; # at time of writing this causes an annoying error talking about profiles, so im just gonna use the package for now
|
||||||
# profiles.blue = {
|
|
||||||
# isDefault = true;
|
|
||||||
# search = {
|
|
||||||
# default = "ddg";
|
|
||||||
# force = true;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
thunderbird
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue