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

3 lines
77 B
Nix
Raw Normal View History

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