mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
modules/context: add isTopLevel
option
This commit is contained in:
parent
cb413995e1
commit
c4fcbb0dcf
2 changed files with 14 additions and 0 deletions
|
@ -10,4 +10,8 @@
|
|||
./output.nix
|
||||
./test.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
isTopLevel = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue