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