Files
nixos-config/modules/base/home-manager/neovim/plugins/grug-far.nix
2025-08-12 17:56:16 +00:00

8 lines
84 B
Nix

{
programs.nixvim.plugins = {
grug-far = {
enable = true;
};
};
}