dotfiles/home-manager/programs/bat.nix

5 lines
70 B
Nix

{ config, pkgs, lib, ... }:
{
programs.bat = { enable = true; };
}