mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
replace lua with luajit
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user