replace lua with luajit

This commit is contained in:
2024-03-14 21:06:45 +05:30
parent 96c904e189
commit b4689915d1

View File

@ -18,7 +18,7 @@
enable = true; enable = true;
luaModules = lib.attrValues { luaModules = lib.attrValues {
inherit inherit
(pkgs.lua53Packages) (pkgs.luajitPackages)
lgi lgi
ldbus ldbus
luadbi-mysql luadbi-mysql
@ -39,7 +39,7 @@
programs.dconf.enable = true; programs.dconf.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
lua53Packages.lua luajit
wezterm wezterm
acpi acpi
linuxKernel.packages.linux_zen.acpi_call linuxKernel.packages.linux_zen.acpi_call