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