diff options
Diffstat (limited to 'nix/users/fcuny/shell.nix')
| -rw-r--r-- | nix/users/fcuny/shell.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index f5d83e5..5d10385 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -91,6 +91,13 @@ in }; }; + programs.bat = { + enable = true; + config = { + pager = "less -FR"; + }; + }; + programs.starship = { enable = true; settings = { |
