This commit is contained in:
parent
64b158ed2a
commit
eb516819fa
8 changed files with 79 additions and 89 deletions
7
modules2/tmux-sessionizer/package.nix
Normal file
7
modules2/tmux-sessionizer/package.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.modules.homeManager.base =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ tmux-sessionizer ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue