aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-04 13:27:18 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-04 13:27:18 -0500
commit0647f496fa96f6d1d33d94f018c831d56a929643 (patch)
tree83f120069116ba8fde38c94853dd1d7d265caa7c /modules/terminal
parent59bb582382fe0dbb7c10b21e99615511f8fd5254 (diff)
whoops messed up the sessionizer
Diffstat (limited to 'modules/terminal')
-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;
};