Move tmux to home manager

This commit is contained in:
Cyryl Płotnicki 2019-06-30 17:34:31 +01:00
parent 3f26adb8b8
commit 29ed117e74
2 changed files with 8 additions and 2 deletions

View file

@ -97,6 +97,14 @@
};
};
fzf.enable = true;
tmux = {
enable = true;
shortcut = "a";
extraConfig = ''
set -g status off
'';
};
firefox.enable = true;
chromium.enable = true;
go.enable = true;

View file

@ -26,8 +26,6 @@ ln -vfs "$DIR/.vim" ~/.
ln -vfs "$DIR/.ideavimrc" ~/.
ln -vfs "$DIR/.vimrc" ~/.vimrc
ln -vfs "$DIR/rvmrc" ~/.rvmrc
ln -vfs "$DIR/.tmux.conf" ~/.
ln -vfs "$DIR/.tmux.macosx" ~/.
ln -vfs "$DIR/.hyper.js" ~/.hyper.js
ln -vfs "$DIR/.hyper_plugins" ~/.hyper_plugins