update
Some checks failed
/ lint (push) Failing after 27s

This commit is contained in:
Jana Dönszelmann 2026-01-29 17:19:50 +01:00
parent 84644d3675
commit 86ccae0d05
No known key found for this signature in database
11 changed files with 139 additions and 76 deletions

View file

@ -101,7 +101,7 @@
inherit system;
config.allowUnfree = true;
overlays = [
(_: _: {
(pkgs: _: {
custom = {
t = t.packages.${system}.default;
inherit (dumpasm.packages.${system}) dumpasm;
@ -109,6 +109,7 @@
pipethon = pipethon.packages.${system}.python;
niri = niri-unstable.packages.${system}.niri;
raw-data = raw-data.packages.${system}.default;
# maple-mono =
};
p1n3appl3 = inputs.p1n3appl3.packages.${system};
})