WIP: Switch to NixOS #5

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

View file

@ -7,6 +7,12 @@ o.termguicolors = true
-- Font for nvim GUI's -- Font for nvim GUI's
o.guifont = "Fira Code:h14" o.guifont = "Fira Code:h14"
-- Hide mouse when typing in neovide
g.neovide_hide_mouse_when_typing = true
-- Enable cursor particles in neovide
g.neovide_cursor_vfx_mode = 'railgun'
-- Floating window transparency -- Floating window transparency
o.winblend = 10 o.winblend = 10