From a0d6ac9cbc6189ebbdc88f633e8d4d42d796fa42 Mon Sep 17 00:00:00 2001 From: Sven Wilhelm Date: Mon, 18 Aug 2025 20:36:07 +0200 Subject: [PATCH] refactor: move tmux related tools to tmux.nix --- users/refnode/common/core/tmux.nix | 5 +++++ users/refnode/default.nix | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/users/refnode/common/core/tmux.nix b/users/refnode/common/core/tmux.nix index 0ef65af..f5fd705 100644 --- a/users/refnode/common/core/tmux.nix +++ b/users/refnode/common/core/tmux.nix @@ -58,4 +58,9 @@ source-file ~/.config/tmux/local.tmux ''; }; + + home.packages = with pkgs; [ + reattach-to-user-namespace + ref-main + ]; } diff --git a/users/refnode/default.nix b/users/refnode/default.nix index ec7f958..cc41180 100644 --- a/users/refnode/default.nix +++ b/users/refnode/default.nix @@ -18,8 +18,6 @@ curl less htop - tmux - reattach-to-user-namespace jq yq yamllint @@ -31,7 +29,6 @@ ref-rebuild ref-sysupdate ref-ykey-check - ref-main ref-irc ref-pathlist qmk