Evie Litherland-Smith
a344322f3d
Python and lua live under programming, with programming/default.nix importing both and including misc tools that don't fit anywhere else Texlive move to own directory
9 lines
169 B
Nix
9 lines
169 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
(luajit.withPackages (ps: [ (ps.callPackage ./luarocks/scilua.nix { }) ]))
|
|
lua-language-server
|
|
stylua
|
|
];
|
|
}
|