massive lsp evaluated rewrite
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
options.my.scripts = lib.mkOption {
|
||||
type = lib.types.attrsOf (lib.types.submodule ({
|
||||
type = lib.types.attrsOf (lib.types.submodule {
|
||||
options = {
|
||||
enable = lib.mkEnableOption "Whether to enable this script";
|
||||
install = lib.mkEnableOption "Whether to install the script package";
|
||||
@@ -23,7 +23,7 @@
|
||||
description = "Package containing the executable script.";
|
||||
};
|
||||
};
|
||||
}));
|
||||
});
|
||||
default = { };
|
||||
description = "Configuration for multiple scripts.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user