mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
wrappers/nixos: set wrapRc to true
This commit is contained in:
parent
cae34a7b8f
commit
ac21d4d85e
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ modules: {
|
|||
lib,
|
||||
...
|
||||
} @ args: let
|
||||
inherit (lib) mkEnableOption mkOption mkOptionType mkMerge mkIf types;
|
||||
inherit (lib) mkEnableOption mkOption mkOptionType mkForce mkMerge mkIf types;
|
||||
shared = import ./_shared.nix modules args;
|
||||
cfg = config.programs.nixvim;
|
||||
files =
|
||||
|
@ -19,6 +19,7 @@ in {
|
|||
type = types.submodule ([
|
||||
{
|
||||
options.enable = mkEnableOption "nixvim";
|
||||
config.wrapRc = mkForce true;
|
||||
}
|
||||
]
|
||||
++ shared.topLevelModules);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue