Move tmux-sessionizer default script
This commit is contained in:
parent
aa2426d955
commit
02cd87af90
4 changed files with 19 additions and 2 deletions
nix/modules/home-manager/cli
|
@ -13,7 +13,7 @@ with lib;
|
|||
config = mkIf config.homeManagerModules.tmux-sessionizer.enable {
|
||||
home.packages = with pkgs; [ tmux-sessionizer ];
|
||||
|
||||
home.file.".tmux-sessionizer".source = "${
|
||||
home.file."${config.xdg.configHome}/tmux-sessionizer/default".source = "${
|
||||
pkgs.writeShellApplication {
|
||||
name = ".tmux-sessionizer";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue