about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-03 21:35:20 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 17:34:48 +0200
commit592bd77a9ba398ee0896565c6ec0fcbe2e843abc (patch)
tree80e414e33f8732ff90fdaada995a3c3234ac3106 /flake
parentFeat(hm/conf/nvim): Add basic nix config [REBASE TARGET] (diff)
downloadnixos-config-592bd77a9ba398ee0896565c6ec0fcbe2e843abc.tar.gz
nixos-config-592bd77a9ba398ee0896565c6ec0fcbe2e843abc.zip
Fix(flake): Add lua ls, as nvim still has some lua based config
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix
index 573bd276..5a4be312 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -114,6 +114,9 @@ in {
         nil
         statix
 
+        # lua
+        lua-language-server
+
         # yaml
         yamllint