mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-14 00:13:49 +02:00
8 lines
128 B
Nix
8 lines
128 B
Nix
|
|
{ vim-headerguard }:
|
||
|
|
{
|
||
|
|
imports = [
|
||
|
|
(import ./headerguard.nix { inherit vim-headerguard; })
|
||
|
|
./lsp-signature.nix
|
||
|
|
];
|
||
|
|
}
|