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

3 lines
77 B
Nix
Raw Normal View History

2024-02-08 19:47:34 +09:00
{ lib, ... }: {
2024-02-08 19:49:41 +09:00
programs.nixvim.colorscheme = lib.mkForce "everforest";
2024-02-08 19:40:29 +09:00
}