nix-config/home/features/devel/php.nix

3 lines
91 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ php83 php83Packages.composer phpactor ];
}