From 8aeb80f4061d15a56581dee57cdb0305718dced8 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 8 Jul 2025 22:47:27 +0200 Subject: [PATCH] Modules: Update template --- home/modules/0_template/options.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/home/modules/0_template/options.nix b/home/modules/0_template/options.nix index 66d0e514..ff2461b2 100644 --- a/home/modules/0_template/options.nix +++ b/home/modules/0_template/options.nix @@ -2,8 +2,6 @@ lib, mylib, ... -}: -with lib; -with mylib.modules; { - enable = mkEnableOption "TEMPLATE"; +}: { + enable = lib.mkEnableOption "TEMPLATE"; }