feat: add email integration with mu4e and protonmail-bridge

- Configure mu4e in Doom Emacs with Proton mail account
- Add protonmail-bridge service and mbsync/msmtp for mail sync
- Integrate sops-nix for secrets management (mail password)
- Create mail.nix with full IMAP/SMTP configuration
- Add ComfyUI user service module
- Add custom ASCII banner for Doom dashboard
- Enable nix module in Doom Emacs
- Add force-quit gnome extension
- Ignore secrets directory in git
- also add comfy-ui
This commit is contained in:
Thiago Sposito 2026-01-18 20:40:32 -03:00
parent 7f5ad94534
commit 0251529a8a
Signed by: thiago
GPG key ID: 3065EA73A976D430
14 changed files with 220 additions and 22 deletions

View file

@ -21,7 +21,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
secrets = {
url = "git@git.sr.ht/~sposito/secrets";
url = "git+ssh://git@git.sr.ht/~sposito/secrets";
flake = false;
};
};
@ -95,6 +95,7 @@
modules = [
./home-manager/nixstation.nix
inputs.sops-nix.homeManagerModules.sops
];
};
};