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

3 lines
83 B
Nix
Raw Normal View History

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