nixos-config/home-manager/stvnliu/nixvim/twilight.nix

6 lines
102 B
Nix

{ ... }: {
plugins = {
zen-mode = { enable = true; };
twilight = { enable = true; };
};
}