aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/shell.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-18 09:06:34 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-18 09:06:34 -0700
commitdf9dc8dd9d8565897ed2709c8e6ee1262c8a4ccc (patch)
tree458dae898abb521b92e60102fd39a601fa78e4d1 /nix/users/fcuny/shell.nix
parentuse emacs from home manager and disable native comp (diff)
downloadinfra-df9dc8dd9d8565897ed2709c8e6ee1262c8a4ccc.tar.gz
set a theme for bat
Diffstat (limited to '')
-rw-r--r--nix/users/fcuny/shell.nix1
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";
};
};