initial
This commit is contained in:
14
config/utils/tmux-navigator.nix
Normal file
14
config/utils/tmux-navigator.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
tmux-navigator.enable = lib.mkEnableOption "Enable tmux-navigator module";
|
||||
};
|
||||
config = lib.mkIf config.tmux-navigator.enable {
|
||||
plugins.tmux-navigator = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user