modules/visuals: migrate plugins to setupOpts

This commit is contained in:
raf 2024-11-08 12:56:21 +03:00
commit c5b9d64e19
Signed by: NotAShelf
GPG key ID: AF26552424E53993
28 changed files with 692 additions and 396 deletions

View file

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