feat: fixed horrible lsp problem

This commit is contained in:
Nick 2025-04-11 13:29:01 -05:00
parent 38b0583e7f
commit c4db6a0617
7 changed files with 122 additions and 103 deletions

4
parts/config/packages.nix Executable file
View file

@ -0,0 +1,4 @@
{ self, ... }:
{
packages.default = self.packages.example;
}