packages: package tmux-thumbs

This commit is contained in:
Antoine Martin 2021-04-19 17:09:16 +02:00
parent 7a20e72e86
commit 1ccbe85361
6 changed files with 89 additions and 0 deletions

View file

@ -10,5 +10,6 @@ in
config.programs.tmux = lib.mkIf cfg.enable {
enable = true;
baseIndex = 1;
plugins = with pkgs; [ packages.tmux-thumbs ];
};
}