snowflake/home/programs/editors/neovim/themes/tokyonight.nix

9 lines
127 B
Nix
Raw Normal View History

2024-10-28 19:30:48 -04:00
_: {
programs.nixvim.colorschemes.tokyonight = {
enable = true;
settings = {
transparent = true;
};
};
}