add astrovim as a nix package

This commit is contained in:
2024-03-01 19:56:08 +05:30
parent 9a1daafc5a
commit 39a0d56514
5 changed files with 266 additions and 0 deletions

View File

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