dotfiles/components/nix/lua.nix
RingOfStorms (Joshua Bell) eaa2e08f5d user specifics
2024-12-29 01:21:06 -06:00

5 lines
71 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ lua ];
}