feat: update fennel and luajit origins to alex-lib

This commit is contained in:
Thiago Sposito 2026-01-30 14:40:40 -03:00
parent 91587da1cb
commit d5db6daa8c
Signed by: thiago
GPG key ID: 3065EA73A976D430
5 changed files with 61 additions and 5 deletions

View file

@ -3,11 +3,13 @@
lib,
inputs,
sops,
alex-lib,
...
}:
let
system = "x86_64-linux";
pkgsUnstable = import inputs.nixpkgs-unstable {
system = "x86_64-linux";
inherit system;
config.allowUnfree = true;
config.allowUnfreePredicate =
pkg:
@ -18,6 +20,7 @@ let
"vscode"
];
};
alpkgs = alex-lib.packages.${system};
in
{
imports = [
@ -48,13 +51,17 @@ in
home = {
homeDirectory = "/home/thiago";
packages = with pkgs; [
alpkgs.antifennel
alpkgs.fennel
alpkgs.fnlfmt
alpkgs.fennel-ls
alpkgs.luajit
cmake
pkgsUnstable.code-cursor
pkgsUnstable.cursor-cli
direnv
distrobox
fd
fennel-ls
fira-code
firefox
glow
@ -64,9 +71,7 @@ in
inkscape
keymapp
lazygit
luajit
lua-language-server
luajitPackages.fennel
luajitPackages.luacheck
nerd-fonts.fira-code
nil