mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue