diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-18 09:06:34 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-18 09:06:34 -0700 |
| commit | df9dc8dd9d8565897ed2709c8e6ee1262c8a4ccc (patch) | |
| tree | 458dae898abb521b92e60102fd39a601fa78e4d1 /nix | |
| parent | use emacs from home manager and disable native comp (diff) | |
| download | infra-df9dc8dd9d8565897ed2709c8e6ee1262c8a4ccc.tar.gz | |
set a theme for bat
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 175ac87..cfd438c 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -94,6 +94,7 @@ in programs.bat = { enable = true; config = { + theme = "ansi"; pager = "less -FR"; }; }; |
