add some link and env

This commit is contained in:
Asaki Yuki 2026-04-10 23:08:46 +07:00
parent aedfd070b9
commit 1986863848
3 changed files with 11 additions and 6 deletions

View file

@ -2,7 +2,7 @@
options.device = {
symlink = lib.mkOption {
default = {};
type = lib.type.attrsOf lib.types.str;
type = lib.types.attrsOf lib.types.str;
};
};
}