add go-migrate package
This commit is contained in:
parent
499efa20f1
commit
c0fcc5f5ab
2 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ in {
|
|||
|
||||
xdg.configFile = { # Это для каталога .config
|
||||
"qobuz-dl".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Media/Music/Qobuz/.config/qobuz-dl"; # Конфиг для бекапа Qobuz музыки
|
||||
# "chromium".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Backups/Apps/chromium";
|
||||
|
||||
# Ебаный qt, как я тебя ненавижу
|
||||
# "Kvantum".source = ../shit/Kvantum;
|
||||
|
|
|
|||
|
|
@ -185,6 +185,7 @@
|
|||
yaml-language-server # YAML LSP
|
||||
taplo # TOML LSP
|
||||
vim-language-server # VimScript LSP
|
||||
go-migrate # Database migrations. CLI and Golang library
|
||||
|
||||
# For nvim
|
||||
tree-sitter # For nvim
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue