nix/stylix/gruvbox/home-manager/nixvim.nix

3 lines
No EOL
73 B
Nix

{ ... }: {
programs.nixvim.colorscheme = lib.mkForce 500 "gruvbox";
}