1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00
nixvim/wrappers/modules/standalone.nix

6 lines
67 B
Nix

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