summaryrefslogtreecommitdiff
path: root/modules/home-manager/personal/identities.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/personal/identities.nix')
-rw-r--r--modules/home-manager/personal/identities.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/home-manager/personal/identities.nix b/modules/home-manager/personal/identities.nix
index 99ec5f9..32e216c 100644
--- a/modules/home-manager/personal/identities.nix
+++ b/modules/home-manager/personal/identities.nix
@@ -58,9 +58,7 @@ in {
address = "quentin.aristote@irif.fr";
userName = "aristote";
realName = "Quentin Aristote";
- aliases = [
- "aristote@irif.fr"
- ];
+ aliases = [ "aristote@irif.fr" ];
folders = {
drafts = "Drafts";
inbox = "Inbox";
@@ -90,7 +88,8 @@ in {
home = lib.mkIf cfg.work {
packages = with pkgs; [ zotero evince ];
- sessionVariables.VIEWER = "evince";
+ file.".latexmkrc".source =
+ lib.mkDefault config.personal.home.dotfiles.latexmkrc;
};
};
}