1

Modules/Rmpc: Add rmpc module

This commit is contained in:
2025-07-05 18:12:03 +02:00
parent ab49478b38
commit 4fe668ee9c
3 changed files with 72 additions and 2 deletions

View File

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