nix-config/modules2/tmux-sessionizer/package.nix
Oliver Davies eb516819fa
All checks were successful
/ check (push) Successful in 1m34s
Move tmux-sessionizer configuration
2025-07-24 23:35:49 +01:00

7 lines
126 B
Nix

{
flake.modules.homeManager.base =
{ pkgs, ... }:
{
home.packages = with pkgs; [ tmux-sessionizer ];
};
}