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

4 lines
82 B
Nix
Raw Normal View History

2024-02-14 15:11:31 +01:00
{ lib, ... }: {
2024-02-15 00:22:41 +01:00
programs.nixvim.colorscheme = lib.mkForce "rose-pine-dawn";
}