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

3 lines
76 B
Nix
Raw Normal View History

2024-02-14 15:55:47 +01:00
{ lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "rose-pine";
}