WIP: Switch to NixOS #5

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

View file

@ -7,7 +7,7 @@ return {
local dotfiles_path = tostring(vim.fn.expand("~/git/dotfiles")) local dotfiles_path = tostring(vim.fn.expand("~/git/dotfiles"))
if string.find(root_dir, dotfiles_path, 1, true) then if string.find(root_dir, dotfiles_path, 1, true) then
library.enabled = true library.enabled = true
library.plugins = true library.plugins = { "nvim-dap-ui" }
end end
end, end,
}, },