Make configuration more modular
This commit is contained in:
parent
2995c006ed
commit
384da2a640
17 changed files with 97 additions and 72 deletions
|
@ -1,6 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, ...}: let
|
||||
inherit (pkgs) tmuxPlugins;
|
||||
in {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
|
||||
terminal = "tmux-256color";
|
||||
|
||||
extraConfig = ''
|
||||
|
@ -99,7 +102,7 @@
|
|||
set -g @resurrect-strategy-nvim 'session'
|
||||
'';
|
||||
|
||||
plugins = with pkgs; [
|
||||
plugins = [
|
||||
tmuxPlugins.resurrect
|
||||
tmuxPlugins.vim-tmux-navigator
|
||||
tmuxPlugins.yank
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue