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