Files

8 lines
108 B
Nix

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