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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
98 B
Nix
Raw Normal View History

2024-07-02 15:06:39 +01:00
{ lib, ... }:
{
imports = [ ./enable.nix ];
config = {
wrapRc = lib.mkForce true;
};
}