- 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
7 lines
52 B
Nix
7 lines
52 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./comfy-ui.nix
|
|
];
|
|
}
|
|
|