1
Fork 0
satellite/home/adrielus/features/cli/bat.nix
Matei Adriel 1cd3d7a903
Hyprland
2023-05-24 03:17:09 +02:00

9 lines
185 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";
};
}