aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/terminal/system')
-rw-r--r--modules/terminal/system/programs/tmux.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/terminal/system/programs/tmux.nix b/modules/terminal/system/programs/tmux.nix
index 69126a5..1b2f65c 100644
--- a/modules/terminal/system/programs/tmux.nix
+++ b/modules/terminal/system/programs/tmux.nix
@@ -140,7 +140,7 @@
set -g base-index 1
# Sessions
- bind-key -n C-f run-shell "${scriptsDir}/minibuffer.sh -d '$HOME' 'broot --conf ~/.config/tmux/broot_sessionizer.toml'"
+ bind-key -n C-f run-shell "${scriptsDir}/minibuffer.sh -d '$HOME' 'broot --conf ~/.config/tmux/broot/sessionizer.toml'"
# Statusbar
run-shell "${scriptsDir}/bar.sh"
@@ -180,7 +180,7 @@ in
".config/tmux/scripts/minibuffer.sh" = e scripts.minibuffer;
".config/tmux/broot/sessionizer.toml" = {
- generator = (pkgs.formats.toml {}).generate "broot_sessionizer.toml";
+ generator = (pkgs.formats.toml {}).generate "sessionizer.toml";
value = broot_sessionizer_config;
};