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

4 lines
82 B
Nix
Raw Normal View History

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