Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tmux): add support for extraConfig #137

Merged
merged 3 commits into from
May 13, 2024
Merged

Conversation

vdbe
Copy link
Contributor

@vdbe vdbe commented Apr 21, 2024

This PR adds 1 new option to the tmux module

  1. extraConfig

extraConfig

programs.tmux.extraConfig is placed after programs.tmux.plugins because of this there was no easy way to configure the plugin.
image

The plugin is ran on line 59 any options changed after will have no effect.

modules/home-manager/tmux.nix Outdated Show resolved Hide resolved
modules/home-manager/tmux.nix Show resolved Hide resolved
@vdbe vdbe force-pushed the feat/tmux branch 2 times, most recently from 6cc42c9 to f5205e5 Compare April 25, 2024 06:59
Add the option extraConfig this allows users to configure the plugin
@vdbe vdbe changed the title feat(tmux): add support for extraConfig and custom plugins feat(tmux): add support for extraConfig Apr 25, 2024
Copy link
Member

@getchoo getchoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@getchoo getchoo merged commit 2429fdc into catppuccin:main May 13, 2024
2 checks passed
Weathercold pushed a commit to Weathercold/nix that referenced this pull request May 14, 2024
Add the option extraConfig this allows users to configure the plugin

Co-authored-by: seth <getchoo@tuta.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants