feat: nix lsp (nil)

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-09-02 09:33:15 -03:00
parent 0cb55603c9
commit 478a582bbf

View File

@@ -236,7 +236,10 @@ in {
if value ? home ? packages
then value.home.packages
else []
);
)
++ [
pkgs.nil
];
programs.home-manager.enable = true;