Fix plugins + ssh config

This commit is contained in:
Filippo Berto 2021-07-22 14:22:39 +02:00
parent 6bbfc7cdc0
commit b3688ae574
3 changed files with 5 additions and 6 deletions

View file

@ -109,7 +109,7 @@ in
''
"require-module prelude"
"# require-module auto-pairs"
#"require-module auto-pairs"
"require-module connect"
"require-module connect-broot"
"require-module connect-lf"

View file

@ -37,7 +37,7 @@
identityFile = "~/.ssh/local";
identitiesOnly = true;
};
"*moon-cloud.eu" = {
"*.moon-cloud.eu moon-cloud.eu" = {
identityFile = "~/.ssh/moon-cloud";
identitiesOnly = true;
};

View file

@ -5,10 +5,9 @@
clock24 = true;
escapeTime = 25;
terminal = "screen-256color";
plugins = with pkgs; [
tmuxPlugins.continuum
tmuxPlugins.prefix-highlight
tmuxPlugins.nord
plugins = with pkgs.tmuxPlugins; [
nord
prefix-highlight
];
extraConfig = ''
set -g mouse on