Development: add markdown module for pandoc
This commit is contained in:
parent
62ecc0cdd6
commit
701540aa59
3 changed files with 12 additions and 0 deletions
10
hm_modules/development/markdown.nix
Normal file
10
hm_modules/development/markdown.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
home.packages = [
|
||||
pkgs.pandoc
|
||||
# pkgs.pandoc-drawio-filter
|
||||
# pkgs.pandoc-imagine
|
||||
]
|
||||
++ lib.optionals config.programs.helix.enable [
|
||||
pkgs.marksman
|
||||
];
|
||||
}
|
||||
|
|
@ -59,6 +59,7 @@
|
|||
../hm_modules/development/javascript.nix
|
||||
../hm_modules/development/kubernetes.nix
|
||||
../hm_modules/development/latex.nix
|
||||
../hm_modules/development/markdown.nix
|
||||
../hm_modules/development/nix.nix
|
||||
../hm_modules/development/python.nix
|
||||
../hm_modules/development/rust.nix
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
../hm_modules/development/javascript.nix
|
||||
../hm_modules/development/kubernetes.nix
|
||||
../hm_modules/development/latex.nix
|
||||
../hm_modules/development/markdown.nix
|
||||
../hm_modules/development/nix.nix
|
||||
../hm_modules/development/python.nix
|
||||
../hm_modules/development/rust.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue