Files
nixos-config/pkgs/astronvim/user/options.lua
2024-03-01 19:56:08 +05:30

9 lines
116 B
Lua

return {
g = {
-- neovide_background_color = "#0f0f0f",
},
opt = {
guifont = "FiraCode Nerd Font:h12",
},
}