{ pkgs, ... }: { home.packages = with pkgs; [ bottom curl jq kind kubectl less nix-output-monitor raycast ripgrep tree ]; home.sessionVariables = { PAGER = "less"; CLICOLOR = 1; EDITOR = "emacs"; }; programs.bat.enable = true; }