mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
replace lua with luajit
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
enable = true;
|
||||
luaModules = lib.attrValues {
|
||||
inherit
|
||||
(pkgs.lua53Packages)
|
||||
(pkgs.luajitPackages)
|
||||
lgi
|
||||
ldbus
|
||||
luadbi-mysql
|
||||
@ -39,7 +39,7 @@
|
||||
programs.dconf.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
lua53Packages.lua
|
||||
luajit
|
||||
wezterm
|
||||
acpi
|
||||
linuxKernel.packages.linux_zen.acpi_call
|
||||
|
Reference in New Issue
Block a user