add my dracula settings
This commit is contained in:
parent
3bd0ddeae3
commit
9a0e907c65
1 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue