ui/modes: rename to 'modes-nvim'; convert to freeform setupOpts

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic9ce8702bca16c6a2f10bd35c9b194a36a6a6964
This commit is contained in:
raf 2026-03-12 11:10:29 +03:00
commit 228d6490c3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 48 additions and 55 deletions

View file

@ -0,0 +1,6 @@
{
imports = [
./modes.nix
./config.nix
];
}