mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
markitdown
This commit is contained in:
parent
798bc72731
commit
2ea7412a88
5 changed files with 6 additions and 6 deletions
|
|
@ -12,6 +12,7 @@ in
|
|||
imports = [
|
||||
landrunModules.gh
|
||||
landrunModules.git
|
||||
landrunModules.markitdown
|
||||
];
|
||||
features = {
|
||||
tty = true;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ in
|
|||
# AI
|
||||
gemini-cli
|
||||
google-cloud-sdk
|
||||
html2text
|
||||
|
||||
# Publishing
|
||||
asciinema
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ let
|
|||
in
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.nodejs
|
||||
pkgs.python313Packages.markitdown
|
||||
flake.inputs.self.packages.${pkgs.system}.claude # Sandboxed version from claude-sandboxed.nix
|
||||
];
|
||||
programs.claude-code = {
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@
|
|||
# Tools
|
||||
|
||||
- **gh**: If `gh` is unavailable, get it from nixpkgs, viz.: `nix run nixpkgs#gh`.
|
||||
- **html2text**: To convert web URLs to plain text, run `curl -k URL | html2text`
|
||||
- **markitdown**: To convert web URLs to plain text, run `curl -k URL | markitdown`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue