Re-add the features config prefix

This commit is contained in:
Oliver Davies 2025-07-09 08:00:00 +01:00
parent 34cb9db3d4
commit 45433358ff
50 changed files with 245 additions and 231 deletions

View file

@ -7,12 +7,12 @@
let
name = "todos";
cfg = config.cli.${name};
cfg = config.features.cli.${name};
inherit (lib) mkOption types;
in
{
options.cli.${name} = {
options.features.cli.${name} = {
enable = lib.mkEnableOption "Enable ${name}";
directory = mkOption {