tweak(doom): enable lua
This commit is contained in:
parent
e2dbd824c3
commit
a9975486b0
4 changed files with 8 additions and 1 deletions
5
profiles/develop/programming/lua.nix
Normal file
5
profiles/develop/programming/lua.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
environment.systemPackages = with pkgs; lib.lists.flatten [
|
||||
lua-language-server
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue