1

Ags: Init empty module

This commit is contained in:
2024-10-13 18:12:16 +02:00
parent 18852f2a7c
commit 2649b0a5f8
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";
}