diff --git a/home.nix b/home.nix index ffbb1eb..a491f7d 100644 --- a/home.nix +++ b/home.nix @@ -2,6 +2,7 @@ inputs, config, pkgs, + zls, ... }: { # wayland.windowManager.hyprland = { @@ -121,7 +122,7 @@ #runpod docker ] - ++ [zls]; + ++ [zls."0.13.0"]; programs.direnv = { enable = true;