summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 56780f0..0408cfb 100644
--- a/home.nix
+++ b/home.nix
@@ -50,7 +50,7 @@
enable = true;
extraConfig = ''
set-option -g default-shell ${pkgs.bashInteractive}/bin/bash
- set -s set-clipboard on
+ set -g set-clipboard on
set -g default-terminal "xterm-256color"
set-option -sa terminal-overrides ",xterm-256color:RGB"
set-option -g focus-events on