1

Modules/Rmpc: Add rmpc module

This commit is contained in:
2025-07-05 18:12:03 +02:00
parent 63c4dceff5
commit 3dfed89e0b
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";
}