home: install more php packages
This commit is contained in:
parent
0fbb4e1de7
commit
c5f54de546
1 changed files with 1 additions and 3 deletions
|
@ -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, ... }: {
|
||||
home.packages = with pkgs; [ php83 ];
|
||||
home.packages = with pkgs; [ php83 php83Packages.composer phpactor ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue