Files
nixos-config/modules/home-manager/neovim/plugins/grug-far.nix
2025-08-14 12:33:13 +00:00

8 lines
84 B
Nix

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