This commit is contained in:
parent
64b158ed2a
commit
eb516819fa
8 changed files with 79 additions and 89 deletions
15
modules2/hosts/t480/tmux-sessionizer.nix
Normal file
15
modules2/hosts/t480/tmux-sessionizer.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
flake.modules.homeManager.base =
|
||||
{ config, ... }:
|
||||
{
|
||||
programs.tmux-sessionizer.searchPaths =
|
||||
let
|
||||
inherit (config.xdg) userDirs;
|
||||
in
|
||||
[
|
||||
"${userDirs.extraConfig.XDG_REPOS_DIR}:2"
|
||||
"${userDirs.documents}:1"
|
||||
"${config.home.homeDirectory}/tmp"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue