aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-01 10:36:39 +0900
committernsfisis <nsfisis@gmail.com>2026-02-01 10:36:39 +0900
commitb6972bb65dc3a857f5ed705bd5189c9a7bc2e9c3 (patch)
treefea868c64f9223a66d4e5348aaa68299c453bca6
parentb785aa736ab72e3b7d2e75c389fe51a7e239918e (diff)
downloaddotfiles-b6972bb65dc3a857f5ed705bd5189c9a7bc2e9c3.tar.gz
dotfiles-b6972bb65dc3a857f5ed705bd5189c9a7bc2e9c3.tar.zst
dotfiles-b6972bb65dc3a857f5ed705bd5189c9a7bc2e9c3.zip
bat: change theme to Nord
-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";