From 279504b7484848a0a15dec8e2fc5324162519f0d Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 5 Mar 2023 03:04:03 +0900 Subject: chore: reformat --- home/profiles/communication/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 92d4857..f97ff44 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -23,7 +23,8 @@ in }; config = lib.mkIf cfg.enable (lib.mkMerge [ - (lib.mkIf pkgs.stdenv.isLinux { # TODO: is this needed? + (lib.mkIf pkgs.stdenv.isLinux { + # TODO: is this needed? accounts.email = { maildirBasePath = "${config.home.homeDirectory}/mail"; -- cgit 1.4.1