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

5 lines
120 B
Nix
Raw Normal View History

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