mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-23 10:48:19 +02:00
modules/output: refactor wrapRc
default
Set default to `true`, with a low priority. Home-manager's wrapper sets its own default using `mkOptionDefault`. Clarify using `defaultText`.
This commit is contained in:
parent
a8f678da24
commit
fb7cda2868
6 changed files with 32 additions and 31 deletions
|
@ -5,8 +5,4 @@
|
|||
};
|
||||
|
||||
imports = [ ./enable.nix ];
|
||||
|
||||
config = {
|
||||
wrapRc = lib.mkForce true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue