Fix nix lsps

This commit is contained in:
Emmet 2025-11-02 06:26:29 -06:00
parent 2cd733ffd3
commit 62e39cced4
3 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,11 @@
{ ... }:
{ pkgs, ... }:
{
config = {
home.stateVersion = "22.11";
home.packages = with pkgs; [
nil nixd
nixdoc
];
};
}