fix(mako): syntax error in generated config file

This commit is contained in:
Yorick Barbanneau 2025-07-15 21:36:05 +02:00
parent a7447fbafe
commit 0cd88af42b
8 changed files with 313 additions and 21 deletions

View file

@ -1,5 +1,12 @@
{ ... }: {
{ inputs, ... }: {
config.modules = {
email = {
enable = true;
accountConfigs = {
ubordeaux = inputs.nix-private.mail.ubordeaux;
};
primary = "ubordeaux";
};
application = {
gnupg = {
enable = true;