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