more stuff

This commit is contained in:
RingOfStorms (Josh) 2024-09-28 17:22:24 -05:00
parent 921a59a30e
commit d5001107b0
6 changed files with 51 additions and 2 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ lua ];
}