about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-03-05 03:04:03 +0900
committersefidel <contact@sefidel.net>2023-03-05 03:04:03 +0900
commit279504b7484848a0a15dec8e2fc5324162519f0d (patch)
treef2dbe67963d7c175616ebee712b1d01dd89a6479
parentec913c7d067fe1a7e2437d10571a2e0eb00ef941 (diff)
downloadnixrc-279504b7484848a0a15dec8e2fc5324162519f0d.tar.gz
nixrc-279504b7484848a0a15dec8e2fc5324162519f0d.zip
chore: reformat
-rw-r--r--home/profiles/communication/default.nix3
1 files changed, 2 insertions, 1 deletions
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";