Files
system-config/home-manager/features/development/lua.nix

7 lines
78 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
stylua # Formatter
];
}