mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
10 lines
114 B
Lua
10 lines
114 B
Lua
return {
|
|
{ "rebelot/kanagawa.nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "kanagawa",
|
|
},
|
|
},
|
|
}
|