blob: 14a3027cf027b5faa71cee69e31d2f042910d762 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = [
pkgs.mongodb-compass
];
}