Files
nixos-config/profiles/base/home-manager/neovim/plugins/grug-far.nix
Christoph Schmatzler 0fdc44536b up
2025-08-12 12:37:56 +02:00

8 lines
84 B
Nix

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