mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
wrappers/nixos: set wrapRc to true
This commit is contained in:
parent
791e32ed3d
commit
ac83e8c209
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ modules: {
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
} @ args: let
|
} @ 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;
|
shared = import ./_shared.nix modules args;
|
||||||
cfg = config.programs.nixvim;
|
cfg = config.programs.nixvim;
|
||||||
files =
|
files =
|
||||||
|
@ -19,6 +19,7 @@ in {
|
||||||
type = types.submodule ([
|
type = types.submodule ([
|
||||||
{
|
{
|
||||||
options.enable = mkEnableOption "nixvim";
|
options.enable = mkEnableOption "nixvim";
|
||||||
|
config.wrapRc = mkForce true;
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
++ shared.topLevelModules);
|
++ shared.topLevelModules);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue