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

3 lines
77 B
Nix
Raw Normal View History

2024-02-14 15:11:31 +01:00
{ lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "everforest";
}