From aff415ebc23cb3287e393c6c733474b87d0a9031 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 5 Jul 2024 10:19:11 -0400 Subject: [PATCH] 809 current 2024-07-05 10:19:06 24.11.20240705.d9c0b9d 6.9.7-zen1 * --- modules/home/apps/tools/tmux/default.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/modules/home/apps/tools/tmux/default.nix b/modules/home/apps/tools/tmux/default.nix index 52a808c..76aaf96 100644 --- a/modules/home/apps/tools/tmux/default.nix +++ b/modules/home/apps/tools/tmux/default.nix @@ -14,20 +14,7 @@ in { }; config = mkIf cfg.enable { - programs.tmux = let - dreamsofcode-io-catppuccin-tmux = - pkgs.tmuxPlugins.mkTmuxPlugin - { - pluginName = "catppuccin"; - version = "unstable-2023-01-06"; - src = pkgs.fetchFromGitHub { - owner = "dreamsofcode-io"; - repo = "catppuccin-tmux"; - rev = "b4e0715356f820fc72ea8e8baf34f0f60e891718"; - sha256 = "sha256-FJHM6LJkiAwxaLd5pnAoF3a7AE1ZqHWoCpUJE0ncCA8="; - }; - }; - in { + programs.tmux = { enable = true; shell = "${pkgs.zsh}/bin/zsh"; catppuccin.enable = true; @@ -48,7 +35,6 @@ in { set-window-option -g pane-base-index 1 set-option -g renumber-windows on - set -g @catppuccin_flavor 'macchiato' set -g @catppuccin_window_left_separator "" set -g @catppuccin_window_right_separator " " set -g @catppuccin_window_middle_separator " █"