parent
b47c11362d
commit
194c140dc1
56 changed files with 675 additions and 608 deletions
common/home/tmux
|
@ -11,7 +11,9 @@
|
|||
newSession = true;
|
||||
historyLimit = 30000;
|
||||
|
||||
plugins = with pkgs.tmuxPlugins; [dracula];
|
||||
plugins = builtins.attrValues {
|
||||
inherit (pkgs.tmuxPlugins) dracula;
|
||||
};
|
||||
|
||||
extraConfig =
|
||||
# bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue