From 8eef92803d7ee98c919ac490416761657f3b2139 Mon Sep 17 00:00:00 2001 From: aristote Date: Tue, 2 May 2023 16:13:55 +0200 Subject: home: work: add latexmkrc --- modules/home-manager/personal/identities.nix | 7 +++---- 1 file 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; }; }; } -- cgit v1.2.3