Move tmux configuration
This commit is contained in:
parent
278b9eaea1
commit
64b158ed2a
8 changed files with 86 additions and 100 deletions
10
modules2/tmux/plugins.nix
Normal file
10
modules2/tmux/plugins.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
flake.modules.homeManager.base =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.tmux.plugins = with pkgs.tmuxPlugins; [
|
||||
resurrect
|
||||
yank
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue