rename plusultra to metacfg

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-20 08:58:05 +01:00
parent b22607a4df
commit 04f08d679e
48 changed files with 149 additions and 149 deletions

View file

@ -4,11 +4,11 @@
, ...
}:
with lib;
with lib.plusultra; let
cfg = config.plusultra.cli-apps.bat;
with lib.metacfg; let
cfg = config.metacfg.cli-apps.bat;
in
{
options.plusultra.cli-apps.bat = {
options.metacfg.cli-apps.bat = {
enable = mkEnableOption "bat";
};