6 lines
102 B
Nix
6 lines
102 B
Nix
{ ... }: {
|
|
plugins = {
|
|
zen-mode = { enable = true; };
|
|
twilight = { enable = true; };
|
|
};
|
|
}
|