mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/output: add impureRtp
option
Instead of assuming `wrapRc` implies we don't want impurities, configure this separately.
This commit is contained in:
parent
fb7cda2868
commit
11924e1593
2 changed files with 16 additions and 2 deletions
|
@ -27,6 +27,7 @@ let
|
|||
_file = ./hm.nix;
|
||||
config = {
|
||||
wrapRc = lib.mkOptionDefault false;
|
||||
impureRtp = lib.mkOptionDefault true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue