omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
565 stars 51 forks source link

added nix flake support #21

Closed schromp closed 6 months ago

schromp commented 6 months ago

I have added support for nixos through a flake file.

You can use this in your nixos configuration by:

  1. Adding inputs.tmux-sessionx.url = "github:omerxx/tmux-sessionx"; to your system flake
  2. Adding programs.tmux.plugins = [ inputs.tmux-sessionx.packages."x86_64-linux".default ]; into the home-manager or system configuration
omerxx commented 6 months ago

LGTM!