fix(bat): no line numbers for easy copy/pasting
This commit is contained in:
parent
b65eb33a15
commit
16d4b5bef4
1 changed files with 3 additions and 0 deletions
3
home.nix
3
home.nix
|
|
@ -481,6 +481,9 @@ in {
|
|||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
style = ["header-filename" "grid" "rule"];
|
||||
};
|
||||
};
|
||||
|
||||
programs.eza = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue