Skip to content

Commit

Permalink
restore lazygit-window from backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 23, 2021
1 parent 124178d commit 631d23e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dotfiles/tmux/default.nix
@@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
programs.tmux = {
enable = true;
terminal = "tmux-256color";
Expand All @@ -15,6 +15,9 @@
bind-key -n C-k select-pane -U
bind-key -n C-l select-pane -R
# quickly open CLI tools
bind h run-shell "${pkgs.lazygit-window}/bin/lazygit-window"
# 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 @@ -37,6 +37,8 @@

# is this going to cause problems by not actually being a package?
fzf-tab = inputs.fzf-tab;

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

nixosConfigurations.torch = inputs.nixpkgs.lib.nixosSystem {
Expand Down
@@ -1,4 +1,4 @@
{ sources ? import ../../nix/sources.nix, pkgs ? import sources.nixpkgs { } }:
{ pkgs ? import <nixpkgs> { } }:
pkgs.stdenv.mkDerivation {
# inspired by one of Stöffel's keybindings at
# https://github.com/stoeffel/.dots/blob/master/tmux/keybindings.conf
Expand Down
File renamed without changes.

0 comments on commit 631d23e

Please sign in to comment.