diff options
author | grm@eyesin.space <grm@eyesin.space> | 2025-09-02 23:04:24 +0000 |
---|---|---|
committer | grm@eyesin.space <grm@eyesin.space> | 2025-09-02 23:04:24 +0000 |
commit | 47ef05ab310bb466300e93d1459370450414fbc4 (patch) | |
tree | 808f155d2871f831af743509de982c4c9789357c /home/dev/db.nix | |
download | nixos-config-47ef05ab310bb466300e93d1459370450414fbc4.tar.gz nixos-config-47ef05ab310bb466300e93d1459370450414fbc4.tar.bz2 nixos-config-47ef05ab310bb466300e93d1459370450414fbc4.zip |
Diffstat (limited to 'home/dev/db.nix')
-rw-r--r-- | home/dev/db.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/home/dev/db.nix b/home/dev/db.nix new file mode 100644 index 0000000..bf7398a --- /dev/null +++ b/home/dev/db.nix @@ -0,0 +1,13 @@ +{pkgs, ...}: { + home.packages = with pkgs; [ + dbgate + go-migrate + mongodb-compass + mongodb-tools + mongosh + mycli + pg_activity + pgcli + sqlite + ]; +} |