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

5 lines
122 B
Nix
Raw Normal View History

2024-02-08 11:47:34 +01:00
{ lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "tokyonight-night";
stylix.targets.nixvim.enable = false;
}