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

@ -1,19 +1,19 @@
{ options, config, lib, pkgs, ... }:
with lib;
with lib.plusultra;
with lib.metacfg;
let
cfg = config.plusultra.suites.common;
cfg = config.metacfg.suites.common;
in
{
options.plusultra.suites.common = with types; {
options.metacfg.suites.common = with types; {
enable = mkBoolOpt false "Whether or not to enable common configuration.";
};
config = mkIf cfg.enable {
programs.fish = enabled;
plusultra = {
metacfg = {
nix = enabled;
system = {