7 lines
134 B
Nix
7 lines
134 B
Nix
{
|
|
flake.modules.homeManager.base =
|
|
{ pkgs, ... }:
|
|
{
|
|
programs.tmux.plugins = with pkgs.tmuxPlugins; [ yank ];
|
|
};
|
|
}
|