va a ciapa i ratt
This commit is contained in:
parent
fac91af11a
commit
8346c9f02c
43 changed files with 909 additions and 446 deletions
18
hmModules/aerc/default.nix
Normal file
18
hmModules/aerc/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
imports = [../email];
|
||||
config = {
|
||||
accounts.email.accounts = {
|
||||
autistici.aerc = {
|
||||
enable = true;
|
||||
};
|
||||
mlabs.aerc = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
programs.aerc = {
|
||||
enable = true;
|
||||
extraBinds = builtins.readFile ./binds.conf;
|
||||
extraConfig.general.unsafe-accounts-conf = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue