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 {