refactor: notebook configration
This commit is contained in:
13
hosts/nb/modules/development/nvim/gitea.nix
Normal file
13
hosts/nb/modules/development/nvim/gitea.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
self: super: {
|
||||
vimPlugins = super.vimPlugins // {
|
||||
gitea-nvim = super.vimUtils.buildVimPlugin {
|
||||
pname = "gitea-nvim";
|
||||
version = "1.0.0";
|
||||
src = super.fetchgit {
|
||||
url = "https://git.cloonar.com/Cloonar/gitea.nvim.git";
|
||||
rev = "4927f0b2ec9b5c489bbffae4e58d72c0ad047590";
|
||||
sha256 = "sha256-8C8tUzOP6oy+KxyDthdYrmfoppfz+BSXrrVpVwi5X58=";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user