From 449ac4c845abe87de5f87bbd3e58aea2dafca847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 22 Sep 2025 11:20:33 -0600 Subject: [PATCH] fix(emacs): latex packages type --- modules/home/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/emacs.nix b/modules/home/emacs.nix index 5692d9e..e678b2d 100644 --- a/modules/home/emacs.nix +++ b/modules/home/emacs.nix @@ -41,7 +41,7 @@ in { TexLive package to be made available. ''; default = {}; - type = lib.types.attrsOf lib.types.package; + type = lib.types.attrsOf lib.types.anything; }; }; extraWrapProgramArgs = lib.mkOption {