Add lsp and rc
This commit is contained in:
parent
22f6e123de
commit
87af0ae3ba
9 changed files with 560 additions and 6 deletions
|
@ -102,6 +102,8 @@ let
|
|||
buildInputs = (with final;
|
||||
lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security SystemConfiguration CoreServices ])
|
||||
) ++ (with final; [ libiconv ]);
|
||||
|
||||
meta.mainProgram = "kak-lsp";
|
||||
};
|
||||
|
||||
zen-browser-bin = final.callPackage inputs.zen-browser.packages.${final.stdenv.system}.zen-browser.override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue