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

4 lines
82 B
Nix
Raw Normal View History

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