aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/modules
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/modules')
-rw-r--r--home-manager/modules/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix
index e7f6759..4375201 100644
--- a/home-manager/modules/common.nix
+++ b/home-manager/modules/common.nix
@@ -189,7 +189,7 @@ in
EDITOR = "nvim";
# Bat
- BAT_THEME = "base16";
+ BAT_THEME = "Nord";
# Fzf
FZF_DEFAULT_COMMAND = "fd --type f --strip-cwd-prefix --hidden --exclude .git";