feat: add markdown2pdf
This commit is contained in:
parent
1b564712a6
commit
fad7cd1859
3 changed files with 10 additions and 1 deletions
|
|
@ -5,7 +5,12 @@ return {
|
|||
explorer = {
|
||||
enabled = true,
|
||||
},
|
||||
image = { enabled = true },
|
||||
image = {
|
||||
enabled = true,
|
||||
math = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
picker = {
|
||||
enabled = true,
|
||||
sources = {
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ in
|
|||
(python3.withPackages (python-pkgs: [
|
||||
python-pkgs.pip
|
||||
python-pkgs.requests
|
||||
python-pkgs.weasyprint
|
||||
]))
|
||||
rustup
|
||||
pkgsCross.mingwW64.stdenv.cc
|
||||
|
|
@ -51,6 +52,8 @@ in
|
|||
|
||||
# Work stuff
|
||||
libreoffice-qt
|
||||
pandoc
|
||||
texliveSmall
|
||||
|
||||
# Bluetooth
|
||||
blueberry
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
# Hyprland
|
||||
hyprlog = "grep -v \"arranged\" $XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/hyprland.log | cat";
|
||||
saveEye = "pkill -f hyprsunset && hyprctl dispatch exec 'hyprsunset -t 3300'";
|
||||
|
||||
# Systemd Boot
|
||||
setWin = "sudo bootctl set-oneshot auto-windows";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue