mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-11 05:15:04 +02:00
neovim: Add home-manager completions
This commit is contained in:
parent
944ddcbe09
commit
5f058df7c9
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@
|
|||
{
|
||||
nixos.expr = ''${getFlake}.nixosConfigurations.ZeNixComputa.options'';
|
||||
nixvim.expr = ''${getFlake}.packages.${pkgs.system}.neovimTraxys.options'';
|
||||
home-manager.expr = ''${getFlake}.homeConfigurations."boyerq@thinkpad-nixos".options'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue