agenix.el
This commit is contained in:
parent
b43f0e66c0
commit
0501e38359
6 changed files with 219 additions and 14 deletions
10
packages/agenix-el.nix
Normal file
10
packages/agenix-el.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
trivialBuild,
|
||||
src,
|
||||
...
|
||||
}:
|
||||
trivialBuild {
|
||||
inherit src;
|
||||
version = "git";
|
||||
pname = "agenix-el";
|
||||
}
|
|
@ -20,6 +20,7 @@
|
|||
indent-bars-source = inputs.indent-bars;
|
||||
nix-ts-mode-source = inputs.nix-ts-mode;
|
||||
combobulate-source = inputs.combobulate;
|
||||
agenix-el-source = inputs.agenix-el;
|
||||
# tree-sitter-grammars =
|
||||
# super.tree-sitter-grammars
|
||||
# // {
|
||||
|
|
|
@ -57,6 +57,8 @@ with epkgs; [
|
|||
})
|
||||
org-roam
|
||||
consult-org-roam
|
||||
|
||||
ement
|
||||
(pkgs.callPackage ./agenix-el.nix {
|
||||
src = pkgs.agenix-el-source;
|
||||
inherit (epkgs) trivialBuild;
|
||||
})
|
||||
]
|
||||
|
|
Reference in a new issue