{ pkgs, config, ... }: { home.packages = with pkgs; [ nb tig w3m ]; programs = { pandoc = { enable = true; }; bat = { enable = true; }; }; }