{ config, lib, pkgs, ...}: { imports = [ ./git.nix ./go.nix ./tmux.nix ./yt-dlp.nix ./zsh.nix ]; home.packages = [ pkgs.jq pkgs.ripgrep ]; }