WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit e9d20f005d - Show all commits

View file

@ -1,3 +1,12 @@
-- Git commands -- Git commands
--- @type LazyPluginSpec --- @type LazyPluginSpec
return { "tpope/vim-fugitive" } return {
"tpope/vim-fugitive",
dependencies = { "borissov/fugitive-gitea" },
config = function()
vim.g.fugitive_gitea_domains = {
"https://git.korhonen.cc",
"https://git.rossum.fi",
}
end,
}