personal nixos config and packages

fixed helix

Changed files
+1 -1
programs
+1 -1
programs/helix-wrapped.nix
··· 19 19 end-of-line-diagnostics = "hint"; 20 20 inline-diagnostics.cursor-line = "error"; 21 21 22 - lsp.display-inline-hints = true; 22 + lsp.display-inlay-hints = true; 23 23 24 24 cursor-shape = { 25 25 insert = "bar";