From 29ed117e7486619276f50058e914a472ea902694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 30 Jun 2019 17:34:31 +0100 Subject: [PATCH] Move tmux to home manager --- nixos/home.nix | 8 ++++++++ nixos/up.sh | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) 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