We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72c8c68 + 5099646 commit f5f4b4eCopy full SHA for f5f4b4e
modules/home.nix
@@ -27,6 +27,8 @@
27
pkg:
28
builtins.elem (pkgs.lib.getName pkg) [
29
"graphite-cli"
30
+ "mongodb-ce"
31
+ "mongosh"
32
];
33
34
home.packages = [
@@ -77,6 +79,10 @@
77
79
pkgs.jqp
78
80
# Git TUI
81
pkgs.lazygit
82
+ # Mongodb community edition (for local development)
83
+ pkgs.mongodb-ce
84
+ # Mongodb cli interface
85
+ pkgs.mongosh
86
# Better Vim
87
pkgs.neovim
88
# Neovim gui
packages.txt
@@ -26,6 +26,8 @@ jq-1.7.1-man
26
jqp-0.7.0
lazygit-0.50.0
man-db-2.13.0
+mongodb-ce-8.0.4
+mongosh-2.4.2
neovide-0.15.0
neovim-0.11.1
nixfmt-unstable-2025-04-04
0 commit comments