nixos/home/modules/ide/nvim/theme.nix
2026-02-17 02:50:34 +01:00

7 lines
75 B
Nix

{
colorschemes = {
tokyonight = {
enable = true;
};
};
}