rename shared to modules

This commit is contained in:
Hadi
2024-06-18 09:21:14 +02:00
committed by GitHub
parent d3e6730df0
commit 2ccd17867f
16 changed files with 23 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
{ lib, ... }: {
options = {
var = lib.mkOption {
type = lib.types.attrs;
default = { };
};
};
}