configuration.nix/home/programs/bat.nix
2023-04-07 19:20:39 +05:30

8 lines
103 B
Nix

{ ... }: {
programs.bat = {
enable = true;
config = {
theme = "Dracula";
};
};
}