Move tmux configuration

This commit is contained in:
Oliver Davies 2025-07-24 22:24:47 +01:00
parent 278b9eaea1
commit 64b158ed2a
8 changed files with 86 additions and 100 deletions

10
modules2/tmux/plugins.nix Normal file
View file

@ -0,0 +1,10 @@
{
flake.modules.homeManager.base =
{ pkgs, ... }:
{
programs.tmux.plugins = with pkgs.tmuxPlugins; [
resurrect
yank
];
};
}