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

@ -3,10 +3,10 @@
with lib;
let
cfg = config.coding.phpactor;
cfg = config.features.coding.phpactor;
in
{
options.coding.phpactor.enable = mkEnableOption "Enable phpactor";
options.features.coding.phpactor.enable = mkEnableOption "Enable phpactor";
config = mkIf cfg.enable {
xdg.configFile.phpactor = {