Files
dotfiles/packages/workstation/php.nix
2025-09-23 13:20:00 +00:00

7 lines
65 B
Nix

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