From 3cc93e2b4269190feec78b8907ab7926f6391d10 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 25 Mar 2025 09:31:22 +0100 Subject: [PATCH] feat: remove resurrect and continuum add packet tracer --- hosts/default/configuration.nix | 1 + modules/home-manager/tmux.nix | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index a8821f7..5ca75f4 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -114,6 +114,7 @@ brave brightnessctl chromium + ciscoPacketTracer8 clang-tools cmake curlHTTP3 diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix index a796ef8..7e7fdb8 100644 --- a/modules/home-manager/tmux.nix +++ b/modules/home-manager/tmux.nix @@ -13,23 +13,6 @@ gruvbox sensible vim-tmux-navigator - { - plugin = resurrect; - extraConfig = '' - set -g @resurrect-strategy-vim 'session' - set -g @resurrect-strategy-nvim 'session' - set -g @resurrect-capture-pane-contents 'on' - ''; - } - { - plugin = continuum; - extraConfig = '' - set -g @continuum-boot 'on' - set -g @continuum-restore 'on' - set -g @continuum-save-interval '10' - set -g @continuum-boot-options 'alacritty' - ''; - } ]; extraConfig = '' set -as terminal-features ",xterm-256color:RGB"