Add zk for zettelkansten notes

This commit is contained in:
anmiller 2025-02-21 20:28:13 +00:00
parent 33be0bbd0a
commit 7f0fd90dcc

View File

@ -10,8 +10,7 @@ nix_packages=(
"ranger" "ranger"
"jq" "jq"
"yq" "yq"
"zk"
"shellcheck"
# Neovim + Plugin dependencies # Neovim + Plugin dependencies
"neovim" "neovim"
@ -27,6 +26,7 @@ nix_packages=(
"terraform-ls" "terraform-ls"
"tflint" "tflint"
"python3Packages.python-lsp-server" # Python "python3Packages.python-lsp-server" # Python
"shellcheck"
# ProgrammingLanguages # ProgrammingLanguages
"lua52Packages.lua" "lua52Packages.lua"