summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorMike Vink <mike.vink@stater.nl>2023-05-17 19:12:34 +0000
committerMike Vink <mike.vink@stater.nl>2023-05-17 19:12:34 +0000
commitb25d7dbbbe17d640cb472e569cc8e9dd6d4cf66c (patch)
tree38c2cb694544d23ca882f3ef633df8622fb100a3 /home.nix
parent8fd8826af43842c1ec4e5a3a6046dad41d93257d (diff)
update kakoune.nix
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index a7f3c26..35f2a30 100644
--- a/home.nix
+++ b/home.nix
@@ -48,6 +48,9 @@
enable = true;
extraConfig = ''
set-option -g default-shell ${pkgs.bashInteractive}/bin/bash
+ set -s set-clipboard on
+ set -g default-terminal "tmux-256color"
+ set-option -sa terminal-overrides ",xterm-256color:RGB"
set-option -g focus-events on
set-option -sg escape-time 10
'';