neovim: use base16-nvim plugin with stylix

This commit is contained in:
Donovan Glover 2024-11-18 03:01:44 -05:00
parent 4668b1ab49
commit e9a4605871
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,6 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
stylix.targets.neovim.plugin = "base16-nvim";
programs.neovim = { programs.neovim = {
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;