From cf890bde0c8cd04d1cba9b2ca3ea5f2c9ac997d9 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 29 May 2024 14:38:34 -0700 Subject: [PATCH] packages in home --- home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 610d2c8..a381c09 100644 --- a/home.nix +++ b/home.nix @@ -22,7 +22,7 @@ # The home.packages option allows you to install Nix packages into your # environment. - home.packages = [ + home.packages = with pkgs; [ # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello @@ -39,6 +39,7 @@ # (pkgs.writeShellScriptBin "my-hello" '' # echo "Hello, ${config.home.username}!" # '') + lua-language-server ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage