home: install more php packages

This commit is contained in:
insects 2024-10-27 09:10:35 +01:00
parent 0fbb4e1de7
commit c5f54de546

View file

@ -1,5 +1,3 @@
# install php from nixpkgs because mise wants to compile it from source,
# and that's a whole can of beans i'm not getting into
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ php83 ]; home.packages = with pkgs; [ php83 php83Packages.composer phpactor ];
} }