Refactor custom packages
This commit is contained in:
parent
e04bededf3
commit
a7430169e9
16 changed files with 58 additions and 42 deletions
|
@ -1,8 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.vimUtils.buildVimPlugin {
|
||||
with pkgs;
|
||||
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "nvim-tmux-navigation";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
src = fetchFromGitHub {
|
||||
owner = "alexghergh";
|
||||
repo = "nvim-tmux-navigation";
|
||||
rev = "4898c98702954439233fdaf764c39636681e2861";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue