mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
wrappers/standalone: move module to wrappers/modules
This commit is contained in:
parent
38d43a740f
commit
517648dac0
2 changed files with 7 additions and 1 deletions
6
wrappers/modules/standalone.nix
Normal file
6
wrappers/modules/standalone.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
config = {
|
||||
wrapRc = lib.mkForce true;
|
||||
};
|
||||
}
|
|
@ -27,7 +27,7 @@ let
|
|||
evaledModule = lib.evalModules {
|
||||
modules = [
|
||||
mod
|
||||
{ wrapRc = true; }
|
||||
./modules/standalone.nix
|
||||
../modules/top-level
|
||||
];
|
||||
specialArgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue