1

Modules/Ags: Deprecate module

This commit is contained in:
2025-07-05 18:11:20 +02:00
parent cf62da3667
commit a51e86b122
10 changed files with 14 additions and 0 deletions

View File

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