mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
Add bat (pager)
This commit is contained in:
parent
d9e1fde88e
commit
8d337e6a47
8
home/programs/terminal/tools/bat.nix
Normal file
8
home/programs/terminal/tools/bat.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
pager = "less -FR";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -10,5 +10,6 @@ _: {
|
|||
./hyfetch.nix
|
||||
./btop.nix
|
||||
./bottom.nix
|
||||
./bat.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue