va a ciapa i ratt
This commit is contained in:
parent
fac91af11a
commit
8346c9f02c
43 changed files with 909 additions and 446 deletions
24
hmModules/thunderbird/default.nix
Normal file
24
hmModules/thunderbird/default.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
imports = [../email];
|
||||
config = {
|
||||
accounts.email.accounts = {
|
||||
autistici.thunderbird = {
|
||||
enable = true;
|
||||
profiles = ["default"];
|
||||
};
|
||||
mlabs.thunderbird = {
|
||||
enable = true;
|
||||
profiles = ["default"];
|
||||
};
|
||||
};
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
default = {
|
||||
isDefault = true;
|
||||
};
|
||||
# mlabs = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue