Commit 15056e3cc120
Changed files (2)
users
modules
profiles
vincent
mails
users/modules/profiles/mails.nix
@@ -139,7 +139,7 @@ in
export NMBGIT=${config.xdg.dataHome}/notmuch/nmbug
${pkgs.coreutils}/bin/mkdir -p ${config.home.homeDirectory}/desktop/mails/redhat ${config.home.homeDirectory}/desktop/mails/perso
- ${pkgs.afew}/bin/afew -C ${config.xdg.configHome}/notmuch/notmuchrc -m -v
+ ${pkgs.afew}/bin/afew -C ${config.xdg.configHome}/notmuch/notmuchrc -m -v || true
'';
executable = true;
};
users/vincent/mails/default.nix
@@ -1,12 +1,12 @@
{ hostname, pkgs, ... }:
let
- sync = (hostname == "wakasu");
+ sync = (hostname == "aomi");
in
{
imports = [ ../../modules ];
profiles.mails = {
enable = true;
- sync = false;
+ sync = true;
};
home.file.".gmailctl/config.jsonnet".source = ./config.jsonnet;
home.file.".gmailctl/gmailctl.jsonnet".source = ./gmailctl.libsonnet;