nixos-config/hosts/dell-5590/home-manager/bat/default.nix

8 lines
89 B
Nix
Raw Normal View History

2022-09-28 14:35:35 +00:00
{
config = {
decorations = "auto";
paging = "auto";
theme = "Nord";
};
}