WIP: Switch to NixOS #5

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

View file

@ -17,7 +17,7 @@ require("neovide")
require("highlight_yank")
require("lazy").setup({
spec = { import = "plugins" },
lockfile = "~/.confing/nvim/lazy-lock.json",
lockfile = "~/.config/nvim/lazy-lock.json",
performance = {
disabled_plugins = { "netrwPlugin" },
},