From ba1bb0a99c8ae4d7d2fbdfdc8eb62263070401f9 Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Tue, 26 Sep 2023 21:02:44 +0200 Subject: [PATCH] tmux: nixos adaptation --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 7fde20c..1abbfd2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -113,4 +113,4 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy" bind-key p run "wl-paste --no-newline | tmux load-buffer - ; tmux paste-buffer" # Shell -set -g default-shell /etc/profiles/per-user/dm/bin/fish +set -g default-shell /run/current-system/sw/bin/fish