From df9dc8dd9d8565897ed2709c8e6ee1262c8a4ccc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Apr 2025 09:06:34 -0700 Subject: set a theme for bat --- nix/users/fcuny/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/users/fcuny/shell.nix') 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"; }; }; -- cgit v1.2.3