From 668c5e67126566d8d6e2fdd4ecdd4dd288fc803c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 23 Oct 2022 16:59:22 +0100 Subject: [PATCH] remove Data from the maildir path --- config/home-manager/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/home-manager/base.nix b/config/home-manager/base.nix index 09a1ef78..471669df 100644 --- a/config/home-manager/base.nix +++ b/config/home-manager/base.nix @@ -28,7 +28,7 @@ desktop: {pkgs, ...}: { }; home.file.".p10k.zsh".source = ./.p10k.zsh; - accounts.email.maildirBasePath = "Data/Maildir"; + accounts.email.maildirBasePath = "Maildir"; programs.mbsync.extraConfig = '' FieldDelimiter - '';