nix-config/modules2/tmux/plugins.nix
Oliver Davies 94c349b69c
All checks were successful
/ check (push) Successful in 1m36s
Remove tmux-resurrect
2025-08-17 23:10:16 +01:00

7 lines
134 B
Nix

{
flake.modules.homeManager.base =
{ pkgs, ... }:
{
programs.tmux.plugins = with pkgs.tmuxPlugins; [ yank ];
};
}