aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/modules
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-06-23 21:56:25 +0900
committernsfisis <nsfisis@gmail.com>2025-06-23 21:56:28 +0900
commitbc00e1896801b68fb1ceeb7cafd84ef6667c5a35 (patch)
tree3bddd217b5e0b503d85a1e6c80545069d1a9e67a /home-manager/modules
parentde9093bf6a8a3982c6b2f25bc5fa529c9b89f4b2 (diff)
downloaddotfiles-bc00e1896801b68fb1ceeb7cafd84ef6667c5a35.tar.gz
dotfiles-bc00e1896801b68fb1ceeb7cafd84ef6667c5a35.tar.zst
dotfiles-bc00e1896801b68fb1ceeb7cafd84ef6667c5a35.zip
fish: fix config.fish
Diffstat (limited to 'home-manager/modules')
-rw-r--r--home-manager/modules/common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix
index 3cc28b1..e5ef2cb 100644
--- a/home-manager/modules/common.nix
+++ b/home-manager/modules/common.nix
@@ -119,6 +119,9 @@ in
# Bat
BAT_THEME = "base16";
+ # Fzf
+ FZF_DEFAULT_COMMAND = "fd --type f --strip-cwd-prefix --hidden --exclude .git";
+
# Hgrep
HGREP_DEFAULT_OPTS = "--theme=Nord";
};