Move tmux-sessionizer configuration
All checks were successful
/ check (push) Successful in 1m34s

This commit is contained in:
Oliver Davies 2025-07-24 23:16:16 +01:00
parent 64b158ed2a
commit eb516819fa
8 changed files with 79 additions and 89 deletions

View file

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