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

3 lines
No EOL
76 B
Nix

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