{ pkgs, config, lib, ... }: { home.packages = with pkgs; [ nixpkgs-fmt nix-prefetch-scripts nix-review nix-tree ] ++ lib.optionals config.programs.helix.enable [ nil ]; }