diff --git a/nixos/home.nix b/nixos/home.nix index 31419636..f47c8464 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -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; diff --git a/nixos/up.sh b/nixos/up.sh index 502bbbd8..1e3c500e 100755 --- a/nixos/up.sh +++ b/nixos/up.sh @@ -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