index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
applications
/
cli
/
bat
/
default.nix
blob: c1dad3ffc711174ae803d8a785801bd35a59552a (
plain
) (
blame
)
1
2
3
4
5
6
{
pkgs
,
...
}:
{
programs
.
bat
=
{
enable
=
true
;
config
.
pager
=
"less -FR"
;
};
}