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

3 lines
83 B
Nix
Raw Normal View History

2024-02-08 19:47:34 +09:00
{ lib, ... }: {
2024-02-08 19:49:41 +09:00
programs.nixvim.colorscheme = lib.mkForce "tokyonight-night";
2024-02-08 19:40:29 +09:00
}