{ pkgs, ... }: let theme = pkgs.fetchFromGitHub { owner = "edeneast"; repo = "nightfox.nvim"; rev = "4dacd3f0185a2227bdf3b6c0975a8f0bf87cac9a"; hash = "sha256-LR0VqMMuH3GN6uI2aun7yOFsLxhGASMnFuzMrhPNJ+Q="; }; in { xdg.config.files."bat/themes/carbonfox.tmTheme" = { source = "${theme}/extra/carbonfox/carbonfox.tmTheme"; }; xdg.config.files."bat/config".text = '' --theme 'carbonfox' --pager 'less -FR' ''; }