Add zk for zettelkansten notes

This commit is contained in:
Andrew R. M 2025-04-04 17:43:06 +00:00
parent 7d4d36520b
commit d84b40efb8

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"