nixos-config/home/develop/langs/lua.nix

6 lines
88 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
stylua
lua-language-server
];
}