Cleanup after makeing build module

This commit is contained in:
isaacST08 2025-01-23 19:44:59 -07:00
commit 9b524fbe1c
5 changed files with 15 additions and 423 deletions

View file

@ -1,35 +1,12 @@
{
config,
pkgs,
lib,
...
}:
let
inherit (lib.options) mkOption mkEnableOption;
inherit
(lib.types)
bool
enum
ints
listOf
package
str
;
inherit
(builtins)
attrNames
concatLists
concatStringsSep
elem
elemAt
filter
hasAttr
isAttrs
length
map
throw
toString
;
inherit (lib.options) mkOption;
inherit (lib.types) enum listOf package str;
inherit (builtins) attrNames;
cfg = config.vim.languages.tex;
in