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
|
let
|
||||||
cfg = config.features.coding.phpactor;
|
cfg = config.features.coding.phpactor;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.features.coding.phpactor.enable = lib.mkEnableOption "Enable phpactor";
|
options.features.coding.phpactor.enable = lib.mkEnableOption "Enable phpactor";
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
phpactor
|
phpactor
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue