From 9a0e907c6524213b60c0769403733eb3cbbb579f Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 4 Feb 2025 02:02:04 +0300 Subject: [PATCH] add my dracula settings --- modules/home.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/home.nix b/modules/home.nix index 1afa66d..54bc36b 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -60,7 +60,18 @@ baseIndex = 1; plugins = with pkgs; [ tmuxPlugins.sensible - tmuxPlugins.dracula + # tmuxPlugins.dracula + { + plugin = pkgs.tmuxPlugins.dracula; + extraConfig = '' + set -g @dracula-plugins "cpu-usage ram-usage gpu-usage battery time" + set -g @dracula-show-left-icon hostname + set -g @dracula-git-show-current-symbol ✓ + set -g @dracula-git-no-repo-message "no-git" + set -g @dracula-show-timezone false + set -g @dracula-ignore-lspci true + ''; + } ]; }; # This value determines the Home Manager release that your