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

3 lines
No EOL
76 B
Nix

{ lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "rose-pine";
}