From 16ab674e797a163bbbed6976940fea5c4d52973a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 11 Aug 2023 21:51:02 -0300 Subject: [PATCH] email: use xdg data dirs to store maildir --- user/email.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/email.nix b/user/email.nix index c938b48..707cd33 100644 --- a/user/email.nix +++ b/user/email.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: +{ pkgs, lib, config, ... }: let inherit (pkgs.uservars.theme) color; @@ -21,6 +21,7 @@ let }; in { + accounts.email.maildirBasePath = "${config.xdg.dataHome}/maildir"; accounts.email.accounts = { "personal" = {