Files
nixos/home/nvim/plugins/neotree.nix
2025-04-10 11:26:13 +02:00

11 lines
106 B
Nix

{ ... }:
{
programs.nixvim.plugins.neo-tree = {
enable = true;
window = {
width = 30;
};
};
}