1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-10 12:36:06 +01:00
nixvim/wrappers/modules/darwin.nix
2024-07-02 14:15:51 +00:00

8 lines
98 B
Nix

{ lib, ... }:
{
imports = [ ./enable.nix ];
config = {
wrapRc = lib.mkForce true;
};
}