rework pkgs, install playerctl/brightnessctl
Some checks failed
/ lint (push) Failing after 36s

This commit is contained in:
Jana Dönszelmann 2026-02-15 12:23:23 +01:00
parent 4f36c42b22
commit ad3ded339f
No known key found for this signature in database
11 changed files with 103 additions and 73 deletions

24
pkgs/custom.nix Normal file
View file

@ -0,0 +1,24 @@
{
t,
dumpasm,
jujutsu,
pipethon,
niri-unstable,
raw-data,
p1n3appl3,
pkgs,
...
}@inputs:
let
inherit (pkgs) system;
in
{
t = t.packages.${system}.default;
inherit (dumpasm.packages.${system}) dumpasm;
inherit (jujutsu.packages.${system}) jujutsu;
inherit (niri-unstable.packages.${system}) niri;
pipethon = pipethon.packages.${system}.python;
raw-data = raw-data.packages.${system}.default;
p1n3appl3 = p1n3appl3.packages.${system};
}
// (import ./maple.nix inputs)