home: add bat

This commit is contained in:
Bruno BELANYI 2021-02-20 14:13:37 +00:00
parent d14add8d81
commit 9ff63ae499
2 changed files with 10 additions and 0 deletions

9
home/bat.nix Normal file
View file

@ -0,0 +1,9 @@
{ config, ... }:
{
programs.bat = {
enable = true;
config = {
pager = with config.home.sessionVariables; "${PAGER} ${LESS}";
};
};
}

View file

@ -1,6 +1,7 @@
{ ... }:
{
imports = [
./bat.nix
./direnv.nix
./documentation.nix
./git