1
Fork 0
satellite/home/features/cli/bat.nix
2023-12-02 00:46:56 +01:00

11 lines
220 B
Nix

{
# Enabling this produces an uglier theme for some reason.
# options.stylix.targets.bat.enable = true;
programs.bat = {
enable = true;
config.theme = "base16-256";
};
home.shellAliases.cat = "bat";
}