rename shared to modules

Former-commit-id: 2ccd17867f
This commit is contained in:
Hadi
2024-06-18 09:21:14 +02:00
committed by GitHub
parent aae802193c
commit 96bae83dd1
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 = { };
};
};
}