diff options
author | sefidel <contact@sefidel.net> | 2023-03-05 03:04:03 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-03-05 03:04:03 +0900 |
commit | 279504b7484848a0a15dec8e2fc5324162519f0d (patch) | |
tree | f2dbe67963d7c175616ebee712b1d01dd89a6479 /home/profiles | |
parent | ec913c7d067fe1a7e2437d10571a2e0eb00ef941 (diff) | |
download | nixrc-279504b7484848a0a15dec8e2fc5324162519f0d.tar.gz nixrc-279504b7484848a0a15dec8e2fc5324162519f0d.zip |
chore: reformat
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/communication/default.nix | 3 |
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"; |