remove nnn

This commit is contained in:
Adithya 2024-04-14 17:39:20 +05:30
parent 558f718fc1
commit 8ea1bd3211
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
3 changed files with 1 additions and 14 deletions

View file

@ -13,7 +13,6 @@
./kitty.nix
./mpv.nix
./neovim.nix
./nnn.nix
./ssh.nix
./starship.nix
./tmux.nix

View file

@ -1,13 +0,0 @@
{ pkgs, ... }: {
programs.nnn = {
enable = true;
plugins = {
src = (pkgs.fetchFromGitHub {
owner = "jarun";
repo = "nnn";
rev = "ad04944bdf9f4c2dc936a5a843040bf6966e619a";
hash = "sha256-7fMmeh0YD9G3NSKsLVX3wmQuH7WO8CEms7MeXxMh0/E=";
}) + "/plugins";
};
};
}

View file

@ -28,6 +28,7 @@
set -g status-position top
set -g status-interval 1
set -g mouse on
set -g allow-passthrough on
set -g monitor-activity on
set -g monitor-bell on