WIP: Switch to NixOS #5

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

View file

@ -13,8 +13,8 @@ vim.keymap.set("n", "<C-->", function()
change_scale_factor(1 / 1.25) change_scale_factor(1 / 1.25)
end) end)
-- Hide mouse when typing in neovide -- Hide mouse when typing in neovide (disabled)
g.neovide_hide_mouse_when_typing = true g.neovide_hide_mouse_when_typing = false
-- Enable cursor particles in neovide -- Enable cursor particles in neovide
g.neovide_cursor_vfx_mode = "railgun" g.neovide_cursor_vfx_mode = "railgun"