1

Ags: Init empty module

This commit is contained in:
2024-10-13 18:12:16 +02:00
parent 3c15f4a780
commit 0ae2cc8e22
5 changed files with 98 additions and 18 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOption "Enable Ags Widgets";
}