Update config and option names for modules
This commit is contained in:
parent
fe508bd127
commit
bb9b77e2f8
54 changed files with 122 additions and 120 deletions
modules/home-manager/coding/phpactor
|
@ -6,10 +6,10 @@
|
|||
}:
|
||||
|
||||
let
|
||||
cfg = config.homeManagerModules.coding.phpactor;
|
||||
cfg = config.features.coding.phpactor;
|
||||
in
|
||||
{
|
||||
options.homeManagerModules.coding.phpactor.enable = lib.mkEnableOption "Enable phpactor";
|
||||
options.features.coding.phpactor.enable = lib.mkEnableOption "Enable phpactor";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue