installs mysql

This commit is contained in:
Dennis 2025-08-25 14:39:55 +02:00
parent a68499b913
commit 3553a552fc
2 changed files with 2 additions and 4 deletions

View file

@ -91,6 +91,7 @@
"python-setuptools" "python-setuptools"
"gmp" "gmp"
"rbenv" "rbenv"
"mysql"
]; ];
casks = [ casks = [
@ -115,7 +116,6 @@
"raycast" "raycast"
"spotify" "spotify"
"google-chrome" "google-chrome"
"mysql-shell"
]; ];
}; };

View file

@ -13,8 +13,6 @@ return {
}, },
init = function() init = function()
vim.g.db_ui_use_nerd_fonts = 1 vim.g.db_ui_use_nerd_fonts = 1
vim.g.dbs = { vim.g.dbs = {}
{ name = "freed_dev", url = "sqlite:./freed.db" },
}
end, end,
} }