remove nnn
This commit is contained in:
parent
558f718fc1
commit
8ea1bd3211
3 changed files with 1 additions and 14 deletions
|
@ -13,7 +13,6 @@
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
./nnn.nix
|
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
programs.nnn = {
|
|
||||||
enable = true;
|
|
||||||
plugins = {
|
|
||||||
src = (pkgs.fetchFromGitHub {
|
|
||||||
owner = "jarun";
|
|
||||||
repo = "nnn";
|
|
||||||
rev = "ad04944bdf9f4c2dc936a5a843040bf6966e619a";
|
|
||||||
hash = "sha256-7fMmeh0YD9G3NSKsLVX3wmQuH7WO8CEms7MeXxMh0/E=";
|
|
||||||
}) + "/plugins";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -28,6 +28,7 @@
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g status-interval 1
|
set -g status-interval 1
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
set -g allow-passthrough on
|
||||||
|
|
||||||
set -g monitor-activity on
|
set -g monitor-activity on
|
||||||
set -g monitor-bell on
|
set -g monitor-bell on
|
||||||
|
|
Loading…
Reference in a new issue