nix-community.nixvim/wrappers/modules/standalone.nix

6 lines
67 B
Nix

{ lib, ... }:
{
config = {
wrapRc = lib.mkForce true;
};
}