home/gh: set pager to bat

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-02 16:24:05 +02:00
parent 044ac93785
commit 13201436da
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
programs.gh = {
enable = true;
settings = {
gitProtocol = "ssh";
pager = "${pkgs.bat}/git/bat";
aliases = {
co = "pr checkout";
pv = "pr view";