Rename custom-tmux-sessionizer
This commit is contained in:
parent
4185013014
commit
8e599c2ffd
5 changed files with 5 additions and 5 deletions
nix/modules/home-manager/features/cli
|
@ -11,7 +11,7 @@ with lib;
|
|||
options.features.cli.tmux-sessionizer.enable = mkEnableOption "Enable tmux-sessionizer";
|
||||
|
||||
config = mkIf config.features.cli.tmux-sessionizer.enable {
|
||||
home.packages = with pkgs; [ custom-tmux-sessionizer ];
|
||||
home.packages = with pkgs; [ tmux-sessionizer ];
|
||||
|
||||
home.file.".tmux-sessionizer".source = "${
|
||||
pkgs.writeShellApplication {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue