lib.modules: Change class declaration in module to _class

This commit is contained in:
Robert Hensing
2023-04-17 20:14:07 +02:00
parent 7459c02495
commit fd88c79418
5 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{
class = "darwin";
_class = "darwin";
config = {};
}