mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
11 lines
142 B
Lua
11 lines
142 B
Lua
return {
|
|
{ "neanias/everforest-nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "everforest",
|
|
background = "soft",
|
|
},
|
|
},
|
|
}
|