Move tmux to home manager
This commit is contained in:
parent
3f26adb8b8
commit
29ed117e74
2 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue