This commit is contained in:
2024-10-18 10:04:20 -05:00
parent 29a01705c3
commit a11206680a
8 changed files with 75 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
{ config, lib, ... }: {
options.sysconfig.opts.git.enable = lib.opions.mkOption {};
options.sysconfig.opts.git.enable = lib.options.mkOption {};
config = lib.mkIf config.sysconfig.opts.git.enable {