1

Home: Fix typos

This commit is contained in:
2025-07-05 18:26:23 +02:00
parent f7038cef04
commit bd2a2dc666
3 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,7 @@
}: let
inherit (config.modules) docs;
in {
options.modules.latex = import ./options.nix {inherit lib mylib;};
options.modules.docs = import ./options.nix {inherit lib mylib;};
config = lib.mkIf docs.enable {
home = {