This commit is contained in:
2025-08-26 16:51:45 -05:00
parent 04ac0c9d43
commit 37e0823d35

View File

@@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: { { config, lib, pkgs, ... }: {
options = { options = {
homeScripts.enable = lib.options.mkOption { homeconfig.homeScripts.enable = lib.options.mkOption {
type = lib.types.bool; type = lib.types.bool;
default = true; default = true;
}; };