Import lib
This commit is contained in:
parent
bb9b77e2f8
commit
b0ddeff8ba
1 changed files with 3 additions and 1 deletions
|
@ -5,13 +5,15 @@
|
|||
...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.features.coding.phpactor;
|
||||
in
|
||||
{
|
||||
options.features.coding.phpactor.enable = lib.mkEnableOption "Enable phpactor";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
phpactor
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue