3 lines
77 B
Nix
3 lines
77 B
Nix
|
{ lib, ... }: {
|
||
|
programs.nixvim.colorscheme = lib.mkForce "everforest";
|
||
|
}
|