nix/stylix/green/home-manager/nixvim.nix
2024-02-08 19:49:41 +09:00

3 lines
No EOL
77 B
Nix

{ lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "everforest";
}