{ pkgs, ... }: { environment.systemPackages = builtins.attrValues { inherit (pkgs) ripgrep fd git git-lfs jujutsu vim curl htop btop ; }; };