Skip to content

Commit

Permalink
move tmux-session from backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 23, 2021
1 parent 631d23e commit 8ab1a49
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/tmux/default.nix
Expand Up @@ -17,6 +17,7 @@
# quickly open CLI tools
bind h run-shell "${pkgs.lazygit-window}/bin/lazygit-window"
bind j display-popup -E ${pkgs.tmux-session}/bin/tmux-jump
# get rid of the half-second escape time for kakoune's escape key
set -sg escape-time 25
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Expand Up @@ -39,6 +39,8 @@
fzf-tab = inputs.fzf-tab;

lazygit-window = final.callPackage ./pkgs/lazygit-window {};

tmux-session = final.callPackage ./pkgs/tmux-session {};
};

nixosConfigurations.torch = inputs.nixpkgs.lib.nixosSystem {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8ab1a49

Please sign in to comment.